net.minecraft.gametest.framework

public class MultipleTestTracker

te
net.minecraft.gametest.framework.MultipleTestTracker
net.minecraft.class_4524
net.minecraft.unmapped.C_ancwczjx
net.minecraft.test.TestSet
net.minecraft.test.TestSet

Field summary

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

Constructor summary

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

Method summary

Modifier and TypeMethod
public void
a(sq arg0)
addTestToTrack(GameTestInfo arg0)
method_22230(class_4517 arg0)
m_iinbqpds(C_agwojffm arg0)
add(GameTestState test)
add(GameTestState test)
public void
a(st arg0)
addListener(GameTestListener arg0)
method_22231(class_4518 arg0)
m_msbfemvv(C_nvnirinq arg0)
addListener(TestListener listener)
addListener(TestListener listener)
public void
a(Consumer<sq> arg0)
addFailureListener(Consumer<GameTestInfo> arg0)
method_29407(Consumer<class_4517> arg0)
m_tddeefzt(Consumer<C_agwojffm> arg0)
addListener(Consumer<GameTestState> onFailed)
addListener(Consumer<GameTestState> onFailed)
public int
a()
getFailedRequiredCount()
method_22229()
m_fjongvru()
getFailedRequiredTestCount()
getFailedRequiredTestCount()
public int
b()
getFailedOptionalCount()
method_22234()
m_ufiakjel()
getFailedOptionalTestCount()
getFailedOptionalTestCount()
public int
c()
getDoneCount()
method_22235()
m_gyepbkrg()
getCompletedTestCount()
getCompletedTestCount()
public boolean
d()
hasFailedRequired()
method_22236()
m_aypuqjnf()
failed()
failed()
public boolean
e()
hasFailedOptional()
method_22237()
m_vckcndgc()
hasFailedOptionalTests()
hasFailedOptionalTests()
public Collection<GameTestInfo>
f()
getFailedRequired()
method_36103()
m_dcmekiev()
getRequiredTests()
getRequiredTests()
public Collection<GameTestInfo>
g()
getFailedOptional()
method_36104()
m_cqrrlnnd()
getOptionalTests()
getOptionalTests()
public int
h()
getTotalCount()
method_22238()
m_tnzyohrr()
getTestCount()
getTestCount()
public boolean
i()
isDone()
method_22239()
m_qeqvchsg()
isDone()
isDone()
public String
j()
getProgressBar()
method_22240()
m_tszpyghu()
getResultString()
getResultString()
public void
b(sq arg0)
remove(GameTestInfo arg0)
method_56243(class_4517 arg0)
m_cxstmysb(C_agwojffm arg0)
remove(GameTestState state)