D F G J R T 
All Classes All Packages

D

define(String, String, String...) - Method in class javax0.jamal.testsupport.TestThat
You can use this method to call to define a local user defined macro for the test in case the tested macro depends on the existence of some user defined macros.
define(Macro) - Method in class javax0.jamal.testsupport.TestThat
You can use this method to define a local built-in macro.
define(Macro, String) - Method in class javax0.jamal.testsupport.TestThat
You can use this method to define a local built-in macro with an alias.

F

forMacro(Class<? extends Macro>) - Static method in class javax0.jamal.testsupport.TestThat
Create a new instance of the TestThat class.
fromInput(String) - Method in class javax0.jamal.testsupport.TestThat
 

G

global(String, String, String...) - Method in class javax0.jamal.testsupport.TestThat
You can use this method to call to define a global user defined macro for the test in case the tested macro depends on the existence of some user defined macros.
global(Macro) - Method in class javax0.jamal.testsupport.TestThat
You can use this method to define a global built-in macro.
global(Macro, String) - Method in class javax0.jamal.testsupport.TestThat
You can use this method to define a global built-in macro with an alias.

J

jamal.testsupport - module jamal.testsupport
 
javax0.jamal.testsupport - package javax0.jamal.testsupport
 

R

results(String) - Method in class javax0.jamal.testsupport.TestThat
Create a new macro, a new processor and test that the input creates the expected output.

T

TestThat - Class in javax0.jamal.testsupport
A simple class that helps the testing of built-in macros.
throwsBadSyntax() - Method in class javax0.jamal.testsupport.TestThat
Checks that the macro throws a bad syntax exception for the given input.
throwsUp(Class<? extends Throwable>) - Method in class javax0.jamal.testsupport.TestThat
Checks that the macro throws an exception for a given input.
D F G J R T 
All Classes All Packages