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 void
setUpClass.void
Test of getAssigned method, of class Unit.void
Test of getAttempts method, of class Unit.void
Test of getBaseCredit method, of class Unit.void
Test of getClone method, of class Unit.void
Test of getCore method, of class Unit.void
Test of getCreditEstimate method, of class Unit.void
Test of getCs method, of class Unit.void
Test of getDeadline method, of class Unit.void
Test of getDescription method, of class Unit.void
Test of getEta method, of class Unit.void
Test of getFramesDone method, of class Unit.void
Test of getGen method, of class Unit.void
Test of getId method, of class Unit.void
Test of getNextAttempt method, of class Unit.void
Test of getPercentDone method, of class Unit.void
Test of getPpd method, of class Unit.void
Test of getProject method, of class Unit.void
Test of getRun method, of class Unit.void
Test of getSlot method, of class Unit.void
Test of getState method, of class Unit.void
Test of getTimeout method, of class Unit.void
Test of getTotalFrames method, of class Unit.void
Test of getTpf method, of class Unit.void
Test of getUnit method, of class Unit.void
Test of getWaitingOn method, of class Unit.void
Test of getWs method, of class Unit.void
Test 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.
-