Uses of Class
net.neoforged.testframework.summary.JUnitSummaryDumper.TestCase
Packages that use JUnitSummaryDumper.TestCase
-
Uses of JUnitSummaryDumper.TestCase in net.neoforged.testframework.summary
Fields in net.neoforged.testframework.summary with type parameters of type JUnitSummaryDumper.TestCaseModifier and TypeFieldDescription(package private) final Map<String, JUnitSummaryDumper.TestCase> JUnitSummaryDumper.TestSuite.testCasesMethods in net.neoforged.testframework.summary with parameters of type JUnitSummaryDumper.TestCaseModifier and TypeMethodDescriptionvoidJUnitSummaryDumper.TestSuite.addToSuite(JUnitSummaryDumper.TestCase testCase) private voidJUnitSummaryDumper.TestSuite.onAdd(JUnitSummaryDumper.TestCase testCase) private ElementJUnitSummaryDumper.toElement(Document document, String path, JUnitSummaryDumper.TestCase testCase)