Class TestsHardwareConstants
- java.lang.Object
-
- io.tech1.framework.domain.tests.constants.TestsHardwareConstants
-
public final class TestsHardwareConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static CpuMemoryCPU_MEMORYstatic GlobalMemoryGLOBAL_MEMORYstatic HeapMemoryHEAP_MEMORY
-
-
-
Field Detail
-
GLOBAL_MEMORY
public static final GlobalMemory GLOBAL_MEMORY
-
CPU_MEMORY
public static final CpuMemory CPU_MEMORY
-
HEAP_MEMORY
public static final HeapMemory HEAP_MEMORY
-
-