public class NetPyNESimulatorServiceTest extends java.lang.Object implements ISimulatorCallbackListener
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
dirToExecute |
private static boolean |
done |
private static java.lang.String |
fileToExecute |
private static java.lang.String |
resultsDir |
private static NetPyNESimulatorService |
simulator |
Constructor and Description |
---|
NetPyNESimulatorServiceTest() |
Modifier and Type | Method and Description |
---|---|
static void |
doYourOneTimeTeardown() |
void |
endOfSteps(IAspectConfiguration aspectConfiguration,
java.util.Map<java.io.File,ResultsFormat> results) |
void |
externalProcessFailed(java.lang.String message,
java.lang.Exception e) |
static void |
setup() |
void |
testNetPyNEExecution()
Test method for
NetPyNESimulatorService . |
private static java.lang.String dirToExecute
private static java.lang.String fileToExecute
private static NetPyNESimulatorService simulator
private static java.lang.String resultsDir
private static boolean done
public static void setup()
public void testNetPyNEExecution() throws GeppettoInitializationException, GeppettoExecutionException, java.lang.InterruptedException
NetPyNESimulatorService
.java.lang.Exception
GeppettoInitializationException
GeppettoExecutionException
java.lang.InterruptedException
public void endOfSteps(IAspectConfiguration aspectConfiguration, java.util.Map<java.io.File,ResultsFormat> results)
endOfSteps
in interface ISimulatorCallbackListener
results
- The file containing the results of the simulation in the Geppetto HDF5 recording formatpublic static void doYourOneTimeTeardown() throws java.io.IOException
java.io.IOException
public void externalProcessFailed(java.lang.String message, java.lang.Exception e)
externalProcessFailed
in interface ISimulatorCallbackListener