Uses of Class
net.sourceforge.pmd.test.schema.RuleTestDescriptor
-
-
Uses of RuleTestDescriptor in net.sourceforge.pmd.test.schema
Methods in net.sourceforge.pmd.test.schema that return RuleTestDescriptor Modifier and Type Method Description RuleTestDescriptor
RuleTestCollection. getFocusedTestOrNull()
Returns the last test of the collection which is focused.Methods in net.sourceforge.pmd.test.schema that return types with arguments of type RuleTestDescriptor Modifier and Type Method Description List<RuleTestDescriptor>
RuleTestCollection. getTests()
Methods in net.sourceforge.pmd.test.schema with parameters of type RuleTestDescriptor Modifier and Type Method Description void
RuleTestCollection. addTest(RuleTestDescriptor descriptor)
-