net.minecraft.gametest.framework

public class MultipleTestTracker

lp
net.minecraft.gametest.framework.MultipleTestTracker
net.minecraft.class_4524
net.minecraft.test.TestSet
net.minecraft.test.TestResultList
net.minecraft.server.v1_16_R3.GameTestHarnessCollector

Field summary

Modifier and TypeField
private final Collection<GameTestInfo>
a
tests
field_20577
tests
field_229576_a_
private Collection<GameTestListener>
b
listeners
field_25303
field_25303
field_240555_b_

Constructor summary

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

Method summary

Modifier and TypeMethod
public void
a(lf arg0)
addTestToTrack(GameTestInfo arg0)
method_22230(class_4517 arg0)
add(GameTest test)
func_229579_a_(TestTracker arg0)
public void
a(lg arg0)
addListener(GameTestListener arg0)
method_22231(class_4518 arg0)
addListener(TestListener listener)
func_240558_a_(ITestCallback arg0)
public void
a(Consumer<lf> arg0)
addFailureListener(Consumer<GameTestInfo> arg0)
method_29407(Consumer<class_4517> arg0)
method_29407(Consumer<GameTest> arg0)
func_240556_a_(Consumer<TestTracker> arg0)
public int
a()
getFailedRequiredCount()
method_22229()
getFailedRequiredTestCount()
func_229578_a_()
public int
b()
getFailedOptionalCount()
method_22234()
getFailedOptionalTestCount()
func_229583_b_()
public int
c()
getDoneCount()
method_22235()
getCompletedTestCount()
func_229584_c_()
public boolean
d()
hasFailedRequired()
method_22236()
failed()
func_229585_d_()
public boolean
e()
hasFailedOptional()
method_22237()
hasFailedOptionalTests()
func_229586_e_()
public int
h()
getTotalCount()
method_22238()
getTestCount()
func_229587_h_()
public boolean
i()
isDone()
method_22239()
isDone()
func_229588_i_()
public String
j()
getProgressBar()
method_22240()
getResultString()
func_229589_j_()