Package info.mikethomas.jfold.unit
Class UnitTest
java.lang.Object
info.mikethomas.jfold.unit.UnitTest
UnitTest class.
- Version:
- 7.5.1
- Author:
- Michael Thomas (mikepthomas@outlook.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetUpClass.voidTest of getAssigned method, of class Unit.voidTest of getAttempts method, of class Unit.voidTest of getBaseCredit method, of class Unit.voidTest of getClone method, of class Unit.voidTest of getCore method, of class Unit.voidTest of getCreditEstimate method, of class Unit.voidTest of getCs method, of class Unit.voidTest of getDeadline method, of class Unit.voidTest of getDescription method, of class Unit.voidTest of getEta method, of class Unit.voidTest of getFramesDone method, of class Unit.voidTest of getGen method, of class Unit.voidTest of getId method, of class Unit.voidTest of getNextAttempt method, of class Unit.voidTest of getPercentDone method, of class Unit.voidTest of getPpd method, of class Unit.voidTest of getProject method, of class Unit.voidTest of getRun method, of class Unit.voidTest of getSlot method, of class Unit.voidTest of getState method, of class Unit.voidTest of getTimeout method, of class Unit.voidTest of getTotalFrames method, of class Unit.voidTest of getTpf method, of class Unit.voidTest of getUnit method, of class Unit.voidTest of getWaitingOn method, of class Unit.voidTest of getWs method, of class Unit.voidTest of toString method, of class Unit.
-
Constructor Details
-
UnitTest
public UnitTest()
-
-
Method Details
-
setUpClass
@BeforeAll public static void setUpClass() throws IOException, info.mikethomas.jfold.exceptions.QueueInfoExceptionsetUpClass.
- Throws:
IOException- if any.info.mikethomas.jfold.exceptions.QueueInfoException- if any.
-
testGetId
@Test public void testGetId()Test of getId method, of class Unit. -
testGetState
@Test public void testGetState()Test of getState method, of class Unit. -
testGetProject
@Test public void testGetProject()Test of getProject method, of class Unit. -
testGetRun
@Test public void testGetRun()Test of getRun method, of class Unit. -
testGetClone
@Test public void testGetClone()Test of getClone method, of class Unit. -
testGetGen
@Test public void testGetGen()Test of getGen method, of class Unit. -
testGetCore
@Test public void testGetCore()Test of getCore method, of class Unit. -
testGetUnit
@Test public void testGetUnit()Test of getUnit method, of class Unit. -
testGetPercentDone
@Test public void testGetPercentDone()Test of getPercentDone method, of class Unit. -
testGetTotalFrames
@Test public void testGetTotalFrames()Test of getTotalFrames method, of class Unit. -
testGetFramesDone
@Test public void testGetFramesDone()Test of getFramesDone method, of class Unit. -
testGetAssigned
Test of getAssigned method, of class Unit.- Throws:
ParseException- if any.
-
testGetTimeout
Test of getTimeout method, of class Unit.- Throws:
ParseException- if any.
-
testGetDeadline
Test of getDeadline method, of class Unit.- Throws:
ParseException- if any.
-
testGetWs
Test of getWs method, of class Unit.- Throws:
UnknownHostException- if any.
-
testGetCs
Test of getCs method, of class Unit.- Throws:
UnknownHostException- if any.
-
testGetWaitingOn
@Test public void testGetWaitingOn()Test of getWaitingOn method, of class Unit. -
testGetAttempts
@Test public void testGetAttempts()Test of getAttempts method, of class Unit. -
testGetNextAttempt
@Test public void testGetNextAttempt()Test of getNextAttempt method, of class Unit. -
testGetSlot
@Test public void testGetSlot()Test of getSlot method, of class Unit. -
testGetEta
@Test public void testGetEta()Test of getEta method, of class Unit. -
testGetPpd
@Test public void testGetPpd()Test of getPpd method, of class Unit. -
testGetTpf
@Test public void testGetTpf()Test of getTpf method, of class Unit. -
testGetBaseCredit
@Test public void testGetBaseCredit()Test of getBaseCredit method, of class Unit. -
testGetCreditEstimate
@Test public void testGetCreditEstimate()Test of getCreditEstimate method, of class Unit. -
testGetDescription
@Test public void testGetDescription()Test of getDescription method, of class Unit. -
testToString
@Disabled @Test public void testToString()Test of toString method, of class Unit.
-