Package net.minecraft.test
Class XmlReportingTestCompletionListener
java.lang.Object
net.minecraft.test.XmlReportingTestCompletionListener
- All Implemented Interfaces:
 TestCompletionListener
- Mappings:
 Namespace Name named net/minecraft/test/XmlReportingTestCompletionListenerintermediary net/minecraft/class_6307official tl
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate ElementaddTestCase(GameTestState test, String name) voidvoidonTestFailed(GameTestState test) voidonTestPassed(GameTestState test) voidsaveReport(File file)  
- 
Field Details
- 
document
- Mappings:
 Namespace Name Mixin selector named documentLnet/minecraft/test/XmlReportingTestCompletionListener;document:Lorg/w3c/dom/Document;intermediary field_33164Lnet/minecraft/class_6307;field_33164:Lorg/w3c/dom/Document;official aLtl;a:Lorg/w3c/dom/Document;
 - 
testSuiteElement
- Mappings:
 Namespace Name Mixin selector named testSuiteElementLnet/minecraft/test/XmlReportingTestCompletionListener;testSuiteElement:Lorg/w3c/dom/Element;intermediary field_33165Lnet/minecraft/class_6307;field_33165:Lorg/w3c/dom/Element;official bLtl;b:Lorg/w3c/dom/Element;
 - 
stopwatch
- Mappings:
 Namespace Name Mixin selector named stopwatchLnet/minecraft/test/XmlReportingTestCompletionListener;stopwatch:Lcom/google/common/base/Stopwatch;intermediary field_33166Lnet/minecraft/class_6307;field_33166:Lcom/google/common/base/Stopwatch;official cLtl;c:Lcom/google/common/base/Stopwatch;
 - 
file
- Mappings:
 Namespace Name Mixin selector named fileLnet/minecraft/test/XmlReportingTestCompletionListener;file:Ljava/io/File;intermediary field_33167Lnet/minecraft/class_6307;field_33167:Ljava/io/File;official dLtl;d:Ljava/io/File;
 
 - 
 - 
Constructor Details
- 
XmlReportingTestCompletionListener
- Throws:
 ParserConfigurationException- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/test/XmlReportingTestCompletionListener;<init>(Ljava/io/File;)Vintermediary <init>Lnet/minecraft/class_6307;<init>(Ljava/io/File;)Vofficial <init>Ltl;<init>(Ljava/io/File;)V
 
 - 
 - 
Method Details
- 
addTestCase
- Mappings:
 Namespace Name Mixin selector named addTestCaseLnet/minecraft/test/XmlReportingTestCompletionListener;addTestCase(Lnet/minecraft/test/GameTestState;Ljava/lang/String;)Lorg/w3c/dom/Element;intermediary method_36102Lnet/minecraft/class_6307;method_36102(Lnet/minecraft/class_4517;Ljava/lang/String;)Lorg/w3c/dom/Element;official aLtl;a(Lsz;Ljava/lang/String;)Lorg/w3c/dom/Element;
 - 
onTestFailed
- Specified by:
 onTestFailedin interfaceTestCompletionListener- Mappings:
 Namespace Name Mixin selector named onTestFailedLnet/minecraft/test/TestCompletionListener;onTestFailed(Lnet/minecraft/test/GameTestState;)Vintermediary method_22304Lnet/minecraft/class_4531;method_22304(Lnet/minecraft/class_4517;)Vofficial aLtz;a(Lsz;)V
 - 
onTestPassed
- Specified by:
 onTestPassedin interfaceTestCompletionListener- Mappings:
 Namespace Name Mixin selector named onTestPassedLnet/minecraft/test/TestCompletionListener;onTestPassed(Lnet/minecraft/test/GameTestState;)Vintermediary method_33322Lnet/minecraft/class_4531;method_33322(Lnet/minecraft/class_4517;)Vofficial bLtz;b(Lsz;)V
 - 
onStopped
public void onStopped()- Specified by:
 onStoppedin interfaceTestCompletionListener- Mappings:
 Namespace Name Mixin selector named onStoppedLnet/minecraft/test/TestCompletionListener;onStopped()Vintermediary method_36109Lnet/minecraft/class_4531;method_36109()Vofficial aLtz;a()V
 - 
saveReport
- Throws:
 TransformerException- Mappings:
 Namespace Name Mixin selector named saveReportLnet/minecraft/test/XmlReportingTestCompletionListener;saveReport(Ljava/io/File;)Vintermediary method_36101Lnet/minecraft/class_6307;method_36101(Ljava/io/File;)Vofficial aLtl;a(Ljava/io/File;)V
 
 -