Uses of Class
javax0.jamal.testsupport.TestAll
-
-
Uses of TestAll in javax0.jamal.testsupport
Methods in javax0.jamal.testsupport that return TestAll Modifier and Type Method Description TestAll
TestAll. filesWithExtension(java.lang.String extension)
Set the extension filter for selecting input or output files.static TestAll
TestAll. in(java.lang.Class<?> testClass)
Create a new instance that will work for the given test class.TestAll
TestAll. sep(java.lang.String open, java.lang.String close)
Set the macro opening and closing string as in the macro sep.
-