#set( $symbol_pound = '#' ) #set( $symbol_dollar = '$' ) #set( $symbol_escape = '\' ) For each class you are going to test, create one Test class with the same name as the class to test, ending with Test. For example, the unit tests of the "ExampleLibrary" class are performed by the "ExampleLibraryTest" class.