Class TeamCityTestCompletionListener

java.lang.Object
net.minecraft.test.TeamCityTestCompletionListener
All Implemented Interfaces:
TestCompletionListener

public class TeamCityTestCompletionListener extends Object implements TestCompletionListener
Mappings:
Namespace Name
official qd
intermediary net/minecraft/class_6308
named net/minecraft/test/TeamCityTestCompletionListener
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Lqd;a:Lorg/slf4j/Logger;
      intermediary field_33176 Lnet/minecraft/class_6308;field_33176:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/test/TeamCityTestCompletionListener;LOGGER:Lorg/slf4j/Logger;
    • ESCAPER

      private static final Escaper ESCAPER
      Mappings:
      Namespace Name Mixin selector
      official b Lqd;b:Lcom/google/common/escape/Escaper;
      intermediary field_33177 Lnet/minecraft/class_6308;field_33177:Lcom/google/common/escape/Escaper;
      named ESCAPER Lnet/minecraft/test/TeamCityTestCompletionListener;ESCAPER:Lcom/google/common/escape/Escaper;
  • Constructor Details

    • TeamCityTestCompletionListener

      public TeamCityTestCompletionListener()
  • Method Details

    • onTestFailed

      public void onTestFailed(GameTestState test)
      Specified by:
      onTestFailed in interface TestCompletionListener
      Mappings:
      Namespace Name Mixin selector
      official a Lqi;a(Lpp;)V
      intermediary method_22304 Lnet/minecraft/class_4531;method_22304(Lnet/minecraft/class_4517;)V
      named onTestFailed Lnet/minecraft/test/TestCompletionListener;onTestFailed(Lnet/minecraft/test/GameTestState;)V
    • onTestPassed

      public void onTestPassed(GameTestState test)
      Specified by:
      onTestPassed in interface TestCompletionListener
      Mappings:
      Namespace Name Mixin selector
      official b Lqi;b(Lpp;)V
      intermediary method_33322 Lnet/minecraft/class_4531;method_33322(Lnet/minecraft/class_4517;)V
      named onTestPassed Lnet/minecraft/test/TestCompletionListener;onTestPassed(Lnet/minecraft/test/GameTestState;)V