DefaultSimulationManagerTest

public class DefaultSimulationManagerTest

Unit tests for the SimulationManager class.

Author:Kyle M. Douglass

Fields

dummySim1

Simulator dummySim1

dummySim2

Simulator dummySim2

Methods

setUp

public void setUp()

Creates a dummy table of simulations to be managed.

testAddSimulator

public void testAddSimulator()

Test of addSimulator method, of class DefaultSimulationManager.

testGetIds

public void testGetIds()

Test of getIds method, of class DefaultSimulationManager.

testGetSimulator

public void testGetSimulator()

Test of getSimulator method, of class DefaultSimulationManager.

testRemoveSimulator

public void testRemoveSimulator()

Test of removeSimulator method, of class DefaultSimulationManager.