Home | History | Annotate | Download | only in test_defs

Lines Matching full:test_class

104     test_class = self.GetClassName()
105 if options.test_class is not None:
106 test_class = options.test_class.lstrip()
107 if test_class.startswith("."):
108 test_class = self.GetPackageName() + test_class
110 test_class = "%s#%s" % (test_class, options.test_method)
116 if test_class and test_package:
120 if test_class is not None:
121 instrumentation_args["class"] = test_class