org.dawb.passerelle.actors.test.edna
Class MomlEdnaTest

java.lang.Object
  extended by org.dawb.passerelle.actors.test.edna.MomlEdnaTest

public class MomlEdnaTest
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:
svensson

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

Constructor Detail

MomlEdnaTest

public MomlEdnaTest()
Method Detail

beforeClass

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

Throws:
java.lang.Exception

testEdnaMomlModels

public void testEdnaMomlModels()
                        throws java.lang.Exception
runs all the EDNA moml test 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