Package net.minecraft.test
Class XmlReportingTestCompletionListener
java.lang.Object
net.minecraft.test.XmlReportingTestCompletionListener
- All Implemented Interfaces:
TestCompletionListener
- Mappings:
Namespace Name named net/minecraft/test/XmlReportingTestCompletionListener
intermediary net/minecraft/class_6307
official tx
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate Element
addTestCase
(GameTestState test, String name) void
void
onTestFailed
(GameTestState test) void
onTestPassed
(GameTestState test) void
saveReport
(File file)
-
Field Details
-
document
- Mappings:
Namespace Name Mixin selector named document
Lnet/minecraft/test/XmlReportingTestCompletionListener;document:Lorg/w3c/dom/Document;
intermediary field_33164
Lnet/minecraft/class_6307;field_33164:Lorg/w3c/dom/Document;
official a
Ltx;a:Lorg/w3c/dom/Document;
-
testSuiteElement
- Mappings:
Namespace Name Mixin selector named testSuiteElement
Lnet/minecraft/test/XmlReportingTestCompletionListener;testSuiteElement:Lorg/w3c/dom/Element;
intermediary field_33165
Lnet/minecraft/class_6307;field_33165:Lorg/w3c/dom/Element;
official b
Ltx;b:Lorg/w3c/dom/Element;
-
stopwatch
- Mappings:
Namespace Name Mixin selector named stopwatch
Lnet/minecraft/test/XmlReportingTestCompletionListener;stopwatch:Lcom/google/common/base/Stopwatch;
intermediary field_33166
Lnet/minecraft/class_6307;field_33166:Lcom/google/common/base/Stopwatch;
official c
Ltx;c:Lcom/google/common/base/Stopwatch;
-
file
- Mappings:
Namespace Name Mixin selector named file
Lnet/minecraft/test/XmlReportingTestCompletionListener;file:Ljava/io/File;
intermediary field_33167
Lnet/minecraft/class_6307;field_33167:Ljava/io/File;
official d
Ltx;d:Ljava/io/File;
-
-
Constructor Details
-
XmlReportingTestCompletionListener
- Throws:
ParserConfigurationException
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/test/XmlReportingTestCompletionListener;<init>(Ljava/io/File;)V
intermediary <init>
Lnet/minecraft/class_6307;<init>(Ljava/io/File;)V
official <init>
Ltx;<init>(Ljava/io/File;)V
-
-
Method Details
-
addTestCase
- Mappings:
Namespace Name Mixin selector named addTestCase
Lnet/minecraft/test/XmlReportingTestCompletionListener;addTestCase(Lnet/minecraft/test/GameTestState;Ljava/lang/String;)Lorg/w3c/dom/Element;
intermediary method_36102
Lnet/minecraft/class_6307;method_36102(Lnet/minecraft/class_4517;Ljava/lang/String;)Lorg/w3c/dom/Element;
official a
Ltx;a(Lto;Ljava/lang/String;)Lorg/w3c/dom/Element;
-
onTestFailed
- Specified by:
onTestFailed
in interfaceTestCompletionListener
- Mappings:
Namespace Name Mixin selector named onTestFailed
Lnet/minecraft/test/TestCompletionListener;onTestFailed(Lnet/minecraft/test/GameTestState;)V
intermediary method_22304
Lnet/minecraft/class_4531;method_22304(Lnet/minecraft/class_4517;)V
official a
Lul;a(Lto;)V
-
onTestPassed
- Specified by:
onTestPassed
in interfaceTestCompletionListener
- Mappings:
Namespace Name Mixin selector named onTestPassed
Lnet/minecraft/test/TestCompletionListener;onTestPassed(Lnet/minecraft/test/GameTestState;)V
intermediary method_33322
Lnet/minecraft/class_4531;method_33322(Lnet/minecraft/class_4517;)V
official b
Lul;b(Lto;)V
-
onStopped
public void onStopped()- Specified by:
onStopped
in interfaceTestCompletionListener
- Mappings:
Namespace Name Mixin selector named onStopped
Lnet/minecraft/test/TestCompletionListener;onStopped()V
intermediary method_36109
Lnet/minecraft/class_4531;method_36109()V
official a
Lul;a()V
-
saveReport
- Throws:
TransformerException
- Mappings:
Namespace Name Mixin selector named saveReport
Lnet/minecraft/test/XmlReportingTestCompletionListener;saveReport(Ljava/io/File;)V
intermediary method_36101
Lnet/minecraft/class_6307;method_36101(Ljava/io/File;)V
official a
Ltx;a(Ljava/io/File;)V
-