Class SlotTest

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

public class SlotTest extends Object

SlotTest class.

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

    • SlotTest

      public SlotTest()
  • Method Details

    • setUpClass

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

      setUpClass.

      Throws:
      IOException - if any.
      info.mikethomas.jfold.exceptions.SlotInfoException - if any.
    • testGetId

      @Test public void testGetId()
      Test of getId method, of class Slot.
    • testGetStatus

      @Test public void testGetStatus()
      Test of getStatus method, of class Slot.
    • testGetDescription

      @Test public void testGetDescription()
      Test of getDescription method, of class Slot.
    • testGetOptions

      @Test public void testGetOptions()
      Test of getOptions method, of class Slot.