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.testCases
Methods in net.neoforged.testframework.summary with parameters of type JUnitSummaryDumper.TestCaseModifier and TypeMethodDescriptionvoid
JUnitSummaryDumper.TestSuite.addToSuite
(JUnitSummaryDumper.TestCase testCase) private void
JUnitSummaryDumper.TestSuite.onAdd
(JUnitSummaryDumper.TestCase testCase) private Element
JUnitSummaryDumper.toElement
(Document document, String path, JUnitSummaryDumper.TestCase testCase)