clazz

Parameters

clazz

The fully-qualified Java class name for one of the test case classes. Only this test case class is executed.

or

#method name A fully-qualified test case class name, and one of its methods. Only this method is executed. Note the hash mark (#) between the class name and the method name.