public class StochasticSimulatorTest extends Object
Modifier and Type | Class and Description |
---|---|
class |
StochasticSimulatorTest.ObserverImpl
Simple observer class that does the following:
|
class |
StochasticSimulatorTest.StochasticSimulatorImpl |
Modifier and Type | Field and Description |
---|---|
static org.junit.rules.TestRule |
classWatchman |
private StochasticSimulatorTest.ObserverImpl |
observerImpl |
private StochasticSimulator |
simulatorImpl |
org.junit.rules.TestRule |
watchman |
Constructor and Description |
---|
StochasticSimulatorTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpClass() |
void |
tearDown() |
static void |
tearDownClass() |
void |
testAddObserver() |
void |
testDoThetaEvent() |
void |
testGetName() |
void |
testGetNextThetaEventTime() |
private StochasticSimulator simulatorImpl
private StochasticSimulatorTest.ObserverImpl observerImpl
public static org.junit.rules.TestRule classWatchman
public org.junit.rules.TestRule watchman
public static void setUpClass()
public static void tearDownClass()
public void setUp()
public void tearDown()
public void testGetName()
public void testAddObserver()
public void testDoThetaEvent()
public void testGetNextThetaEventTime()
Copyright © 2015 University of Glasgow. All rights reserved.