Class UnitTest

java.lang.Object
info.mikethomas.jfold.unit.UnitTest

public class UnitTest extends Object

UnitTest class.

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

    • UnitTest

      public UnitTest()
  • Method Details

    • setUpClass

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

      setUpClass.

      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 public void testGetAssigned() throws ParseException
      Test of getAssigned method, of class Unit.
      Throws:
      ParseException - if any.
    • testGetTimeout

      @Test public void testGetTimeout() throws ParseException
      Test of getTimeout method, of class Unit.
      Throws:
      ParseException - if any.
    • testGetDeadline

      @Test public void testGetDeadline() throws ParseException
      Test of getDeadline method, of class Unit.
      Throws:
      ParseException - if any.
    • testGetWs

      @Test public void testGetWs() throws UnknownHostException
      Test of getWs method, of class Unit.
      Throws:
      UnknownHostException - if any.
    • testGetCs

      @Test public void testGetCs() throws UnknownHostException
      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.