Uses of Class
net.minecraftforge.commontest.ForgeConfigSpecTest.TestResult
Packages that use ForgeConfigSpecTest.TestResult
-
Uses of ForgeConfigSpecTest.TestResult in net.minecraftforge.commontest
Methods in net.minecraftforge.commontest that return ForgeConfigSpecTest.TestResultModifier and TypeMethodDescriptionprivate <T> ForgeConfigSpecTest.TestResult
ForgeConfigSpecTest.runTestOnce
(T defaultKeyValue, String testName, ForgeConfigSpec.ConfigValue<T> simpleValue, ForgeConfigSpec spec) Methods in net.minecraftforge.commontest that return types with arguments of type ForgeConfigSpecTest.TestResultModifier and TypeMethodDescriptionprivate <T> List<ForgeConfigSpecTest.TestResult>
ForgeConfigSpecTest.runTestHarness
(T defaultKeyValue, String testName, ForgeConfigSpec.ConfigValue<T> simpleValue, ForgeConfigSpec spec, int warmupRounds, int testRounds)