Package info.mikethomas.jfold.slot
Class SlotOptionsTest
java.lang.Object
info.mikethomas.jfold.slot.SlotOptionsTest
SlotOptionsTest class.
- Version:
- 7.5.1
- Author:
- Michael Thomas (mikepthomas@outlook.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
setUpClass.void
Test of getCheckpoint method, of class SlotOptions.void
Test of getClientSubtype method, of class SlotOptions.void
Test of getClientType method, of class SlotOptions.void
Test of getCorePriority method, of class SlotOptions.void
Test of getGpuDeviceId method, of class SlotOptions.void
Test of getGpuVendorId method, of class SlotOptions.void
Test of getMachineId method, of class SlotOptions.void
Test of getMaxPacketSize method, of class SlotOptions.void
Test of getMaxUnits method, of class SlotOptions.void
Test of getNextUnitPercentage method, of class SlotOptions.void
Test of getPauseOnStart method, of class SlotOptions.void
Test of toString method, of class SlotOptions.
-
Constructor Details
-
SlotOptionsTest
public SlotOptionsTest()
-
-
Method Details
-
setUpClass
@BeforeAll public static void setUpClass() throws IOException, info.mikethomas.jfold.exceptions.SlotOptionsExceptionsetUpClass.
- Throws:
IOException
- if any.info.mikethomas.jfold.exceptions.SlotOptionsException
- if any.
-
testGetClientType
@Test public void testGetClientType()Test of getClientType method, of class SlotOptions. -
testGetClientSubtype
@Test public void testGetClientSubtype()Test of getClientSubtype method, of class SlotOptions. -
testGetMachineId
@Test public void testGetMachineId()Test of getMachineId method, of class SlotOptions. -
testGetMaxPacketSize
@Test public void testGetMaxPacketSize()Test of getMaxPacketSize method, of class SlotOptions. -
testGetCorePriority
@Test public void testGetCorePriority()Test of getCorePriority method, of class SlotOptions. -
testGetNextUnitPercentage
@Test public void testGetNextUnitPercentage()Test of getNextUnitPercentage method, of class SlotOptions. -
testGetMaxUnits
@Test public void testGetMaxUnits()Test of getMaxUnits method, of class SlotOptions. -
testGetCheckpoint
@Test public void testGetCheckpoint()Test of getCheckpoint method, of class SlotOptions. -
testGetPauseOnStart
@Test public void testGetPauseOnStart()Test of getPauseOnStart method, of class SlotOptions. -
testGetGpuVendorId
@Test public void testGetGpuVendorId()Test of getGpuVendorId method, of class SlotOptions. -
testGetGpuDeviceId
@Test public void testGetGpuDeviceId()Test of getGpuDeviceId method, of class SlotOptions. -
testToString
@Test public void testToString()Test of toString method, of class SlotOptions.
-