org.dawb.passerelle.actors.test
Class MomlExamplesTest

java.lang.Object
  extended by org.dawb.passerelle.actors.test.MomlExamplesTest

public class MomlExamplesTest
extends java.lang.Object

Attempts to run all the examples in headless mode as they would be in the user interface but in headless mode.

Author:
gerring

Constructor Summary
MomlExamplesTest()
           
 
Method Summary
static void after()
          Ensure that the projects are available in this workspace.
static void before()
          Ensure that the projects are available in this workspace.
 void testExampleMomlModels()
          runs all the example moml files.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MomlExamplesTest

public MomlExamplesTest()
Method Detail

before

public static void before()
                   throws java.lang.Exception
Ensure that the projects are available in this workspace.

Throws:
java.lang.Exception

testExampleMomlModels

public void testExampleMomlModels()
                           throws java.lang.Exception
runs all the example moml files. this test must be run with a dawb workspace as the workspace

Throws:
java.lang.Exception

after

public static void after()
                  throws java.lang.Exception
Ensure that the projects are available in this workspace.

Throws:
java.lang.Exception