Package info.mikethomas.jfold.slot
Class SlotTest
java.lang.Object
info.mikethomas.jfold.slot.SlotTest
SlotTest class.
- Version:
- 7.5.1
- Author:
- Michael Thomas (mikepthomas@outlook.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetUpClass.voidTest of getDescription method, of class Slot.voidTest of getId method, of class Slot.voidTest of getOptions method, of class Slot.voidTest of getStatus method, of class Slot.
-
Constructor Details
-
SlotTest
public SlotTest()
-
-
Method Details
-
setUpClass
@BeforeAll public static void setUpClass() throws IOException, info.mikethomas.jfold.exceptions.SlotInfoExceptionsetUpClass.
- 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.
-