Class SimulationInfoTest

java.lang.Object
info.mikethomas.jfold.simulation.SimulationInfoTest

public class SimulationInfoTest extends Object

SimulationInfoTest class.

Version:
7.5.1
Author:
Michael Thomas (mikepthomas@outlook.com)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static info.mikethomas.jfold.simulation.SimulationInfo
    Constant instance
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    setUpClass.
    void
    Test of getClone method, of class SimulationInfo.
    void
    Test of getCore method, of class SimulationInfo.
    void
    Test of getCoreType method, of class SimulationInfo.
    void
    Test of getDeadline method, of class SimulationInfo.
    void
    Test of getDescription method, of class SimulationInfo.
    void
    Test of getEnergy method, of class SimulationInfo.
    void
    Test of getEta method, of class SimulationInfo.
    void
    Test of getGen method, of class SimulationInfo.
    void
    Test of getIterationsDone method, of class SimulationInfo.
    void
    Test of getNews method, of class SimulationInfo.
    void
    Test of getProject method, of class SimulationInfo.
    void
    Test of getRun method, of class SimulationInfo.
    void
    Test of getRunTime method, of class SimulationInfo.
    void
    Test of getSimulationTime method, of class SimulationInfo.
    void
    Test of getSlot method, of class SimulationInfo.
    void
    Test of getStartTime method, of class SimulationInfo.
    void
    Test of getTeam method, of class SimulationInfo.
    void
    Test of getTemperature method, of class SimulationInfo.
    void
    Test of getTimeout method, of class SimulationInfo.
    void
    Test of getTotalIterations method, of class SimulationInfo.
    void
    Test of getUser method, of class SimulationInfo.
    void
    Test of toString method, of class SimulationInfo.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • instance

      public static info.mikethomas.jfold.simulation.SimulationInfo instance
      Constant instance
  • Constructor Details

    • SimulationInfoTest

      public SimulationInfoTest()
  • Method Details

    • setUpClass

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

      setUpClass.

      Throws:
      IOException - if any.
      info.mikethomas.jfold.exceptions.SimulationInfoException - if any.
    • testGetUser

      @Test public void testGetUser()
      Test of getUser method, of class SimulationInfo.
    • testGetTeam

      @Test public void testGetTeam()
      Test of getTeam method, of class SimulationInfo.
    • testGetProject

      @Test public void testGetProject()
      Test of getProject method, of class SimulationInfo.
    • testGetRun

      @Test public void testGetRun()
      Test of getRun method, of class SimulationInfo.
    • testGetClone

      @Test public void testGetClone()
      Test of getClone method, of class SimulationInfo.
    • testGetGen

      @Test public void testGetGen()
      Test of getGen method, of class SimulationInfo.
    • testGetCoreType

      @Test public void testGetCoreType()
      Test of getCoreType method, of class SimulationInfo.
    • testGetCore

      @Test public void testGetCore()
      Test of getCore method, of class SimulationInfo.
    • testGetDescription

      @Test public void testGetDescription()
      Test of getDescription method, of class SimulationInfo.
    • testGetTotalIterations

      @Test public void testGetTotalIterations()
      Test of getTotalIterations method, of class SimulationInfo.
    • testGetIterationsDone

      @Test public void testGetIterationsDone()
      Test of getIterationsDone method, of class SimulationInfo.
    • testGetEnergy

      @Test public void testGetEnergy()
      Test of getEnergy method, of class SimulationInfo.
    • testGetTemperature

      @Test public void testGetTemperature()
      Test of getTemperature method, of class SimulationInfo.
    • testGetStartTime

      @Test public void testGetStartTime() throws ParseException
      Test of getStartTime method, of class SimulationInfo.
      Throws:
      ParseException - if any.
    • testGetTimeout

      @Test public void testGetTimeout()
      Test of getTimeout method, of class SimulationInfo.
    • testGetDeadline

      @Test public void testGetDeadline()
      Test of getDeadline method, of class SimulationInfo.
    • testGetRunTime

      @Test public void testGetRunTime()
      Test of getRunTime method, of class SimulationInfo.
    • testGetSimulationTime

      @Test public void testGetSimulationTime()
      Test of getSimulationTime method, of class SimulationInfo.
    • testGetEta

      @Test public void testGetEta()
      Test of getEta method, of class SimulationInfo.
    • testGetNews

      @Test public void testGetNews()
      Test of getNews method, of class SimulationInfo.
    • testGetSlot

      @Test public void testGetSlot()
      Test of getSlot method, of class SimulationInfo.
    • testToString

      @Test public void testToString() throws ParseException
      Test of toString method, of class SimulationInfo.
      Throws:
      ParseException - if any.