net.minecraft.test

public class XmlReportingTestCompletionListener

implements TestCompletionListener

net.minecraft.gametest.framework.JUnitLikeTestReporter
net.minecraft.class_6307
net.minecraft.test.XmlReportingTestCompletionListener

Field summary

Modifier and TypeField
private final Document
document
field_33164
document
private final Element
testSuite
field_33165
testSuiteElement
private final com.google.common.base.Stopwatch
stopwatch
field_33166
stopwatch
private final File
destination
field_33167
file

Constructor summary

ModifierConstructor
public (File file)

Method summary

Modifier and TypeMethod
private Element
createTestCase(GameTestInfo testInfo, String name)
method_36102(class_4517 arg0, String arg1)
addTestCase(GameTestState test, String name)
public void
onTestFailed(GameTestInfo testInfo)
method_22304(class_4517 arg0)
onTestFailed(GameTestState arg0)
public void
onTestSuccess(GameTestInfo testInfo)
method_33322(class_4517 arg0)
onTestPassed(GameTestState arg0)
public void
finish()
method_36109()
onStopped()
public void
save(File file)
method_36101(File arg0)
saveReport(File file)