The test case is defined with a preceding pragma {Test} by the function or method containing test code.
Note
Every test function or method needs to be public.
{Test}
FUNCTION PUBLIC TheDriverCommunicationWorks
// test code regarding communication with driver
;
END_FUNCTION