Package info.mikethomas.jfold.simulation
Class SimulationInfoTest
java.lang.Object
info.mikethomas.jfold.simulation.SimulationInfoTest
SimulationInfoTest class.
- Version:
- 7.5.1
- Author:
- Michael Thomas (mikepthomas@outlook.com)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic info.mikethomas.jfold.simulation.SimulationInfoConstantinstance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetUpClass.voidTest of getClone method, of class SimulationInfo.voidTest of getCore method, of class SimulationInfo.voidTest of getCoreType method, of class SimulationInfo.voidTest of getDeadline method, of class SimulationInfo.voidTest of getDescription method, of class SimulationInfo.voidTest of getEnergy method, of class SimulationInfo.voidTest of getEta method, of class SimulationInfo.voidTest of getGen method, of class SimulationInfo.voidTest of getIterationsDone method, of class SimulationInfo.voidTest of getNews method, of class SimulationInfo.voidTest of getProject method, of class SimulationInfo.voidTest of getRun method, of class SimulationInfo.voidTest of getRunTime method, of class SimulationInfo.voidTest of getSimulationTime method, of class SimulationInfo.voidTest of getSlot method, of class SimulationInfo.voidTest of getStartTime method, of class SimulationInfo.voidTest of getTeam method, of class SimulationInfo.voidTest of getTemperature method, of class SimulationInfo.voidTest of getTimeout method, of class SimulationInfo.voidTest of getTotalIterations method, of class SimulationInfo.voidTest of getUser method, of class SimulationInfo.voidTest of toString method, of class SimulationInfo.
-
Field Details
-
instance
public static info.mikethomas.jfold.simulation.SimulationInfo instanceConstantinstance
-
-
Constructor Details
-
SimulationInfoTest
public SimulationInfoTest()
-
-
Method Details
-
setUpClass
@BeforeAll public static void setUpClass() throws IOException, info.mikethomas.jfold.exceptions.SimulationInfoExceptionsetUpClass.
- 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 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 of toString method, of class SimulationInfo.- Throws:
ParseException- if any.
-