Home | History | Annotate | Download | only in cheets_CTS_N

Lines Matching refs:test_class

51                               test_class=None,
61 |test_class|.
63 |test_class| and |test_method|.
68 @param test_class: the name of the class of which all test cases will
70 @param test_name: the name of the method of |test_class| to be run.
71 Must be used with |test_class|.
77 if test_class is not None:
79 cmd += ['-t', test_class + '#' + test_method]
81 cmd += ['-t', test_class]
179 test_class=target_class,