net.minecraft.gametest.framework

public class MultipleTestTracker

ud
net.minecraft.gametest.framework.MultipleTestTracker
net.minecraft.class_4524
net.minecraft.test.TestSet
net.minecraft.gametest.framework.GameTestHarnessCollector

Field summary

Modifier and TypeField
private static final char
a
NOT_STARTED_TEST_CHAR
field_33168
NOT_STARTED
private static final char
b
ONGOING_TEST_CHAR
field_33169
RUNNING
private static final char
c
SUCCESSFUL_TEST_CHAR
field_33170
PASS
private static final char
d
FAILED_OPTIONAL_TEST_CHAR
field_33171
OPTIONAL_FAIL
private static final char
e
FAILED_REQUIRED_TEST_CHAR
field_33172
REQUIRED_FAIL
private final Collection<GameTestInfo>
f
tests
field_20577
tests
private final Collection<GameTestListener>
g
listeners
field_25303
listeners

Constructor summary

ModifierConstructor
public ()
public (Collection<GameTestInfo> tests)

Method summary

Modifier and TypeMethod
public void
a(ts arg0)
addTestToTrack(GameTestInfo arg0)
method_22230(class_4517 arg0)
add(GameTestState test)
public void
a(tt arg0)
addListener(GameTestListener arg0)
method_22231(class_4518 arg0)
addListener(TestListener listener)
public void
a(Consumer<ts> arg0)
addFailureListener(Consumer<GameTestInfo> arg0)
method_29407(Consumer<class_4517> arg0)
addListener(Consumer<GameTestState> onFailed)
public int
a()
getFailedRequiredCount()
method_22229()
getFailedRequiredTestCount()
public int
b()
getFailedOptionalCount()
method_22234()
getFailedOptionalTestCount()
public int
c()
getDoneCount()
method_22235()
getCompletedTestCount()
public boolean
d()
hasFailedRequired()
method_22236()
failed()
public boolean
e()
hasFailedOptional()
method_22237()
hasFailedOptionalTests()
public Collection<GameTestInfo>
f()
getFailedRequired()
method_36103()
getRequiredTests()
public Collection<GameTestInfo>
g()
getFailedOptional()
method_36104()
getOptionalTests()
public int
h()
getTotalCount()
method_22238()
getTestCount()
public boolean
i()
isDone()
method_22239()
isDone()
public String
j()
getProgressBar()
method_22240()
getResultString()
public void
b(ts arg0)
remove(GameTestInfo arg0)
method_56243(class_4517 arg0)
remove(GameTestState state)