public class JNeuroMLSimulatorServiceTest 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 JNeuroMLSimulatorService |
simulator |
Constructor and Description |
---|
JNeuroMLSimulatorServiceTest() |
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 |
testJNeuroMLExecution()
Test method
|
private static java.lang.String dirToExecute
private static java.lang.String fileToExecute
private static JNeuroMLSimulatorService simulator
private static java.lang.String resultsDir
private static boolean done
public static void setup()
public void testJNeuroMLExecution() throws GeppettoInitializationException, GeppettoExecutionException, java.lang.InterruptedException
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