So far MicCodeBlockValitorTest only test that the visitor is working. ``` parseAndTest: docText | doc bTester | doc := Microdown parse: docText. bTester := MicCodeBlockValidator new. bTester start: doc. ^ bTester ``` However this class has methods such as `checkProject:`