Class SlotOptionsTest

java.lang.Object
info.mikethomas.jfold.slot.SlotOptionsTest

public class SlotOptionsTest extends Object

SlotOptionsTest class.

Version:
7.5.1
Author:
Michael Thomas (mikepthomas@outlook.com)
  • Constructor Details

    • SlotOptionsTest

      public SlotOptionsTest()
  • Method Details

    • setUpClass

      @BeforeAll public static void setUpClass() throws IOException, info.mikethomas.jfold.exceptions.SlotOptionsException

      setUpClass.

      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.