Package net.minecraftforge.commontest
Class ForgeConfigSpecTest.TestResult
java.lang.Object
net.minecraftforge.commontest.ForgeConfigSpecTest.TestResult
- Enclosing class:
- ForgeConfigSpecTest
-
Field Summary
Modifier and TypeFieldDescriptionprivate final com.google.common.base.Stopwatch
private final com.google.common.base.Stopwatch
-
Constructor Summary
ConstructorDescriptionTestResult
(com.google.common.base.Stopwatch enabledWatch, com.google.common.base.Stopwatch disabledWatch) -
Method Summary
-
Field Details
-
enabledWatch
private final com.google.common.base.Stopwatch enabledWatch -
disabledWatch
private final com.google.common.base.Stopwatch disabledWatch
-
-
Constructor Details
-
TestResult
public TestResult(com.google.common.base.Stopwatch enabledWatch, com.google.common.base.Stopwatch disabledWatch)
-