de.bsvrz.kex.isis.isis
Class TestBaustellenSimulation

java.lang.Object
  extended by de.bsvrz.kex.isis.isis.TestBaustellenSimulation
All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.DatensatzUpdateListener, EventListener

public class TestBaustellenSimulation
extends Object
implements de.bsvrz.sys.funclib.bitctrl.modell.DatensatzUpdateListener

Testfall Baustellensimulation.

Version:
$Id:$
Author:
BitCtrl Systems GmbH, Gieseler

Field Summary
private static long MAX_LAENGE_STAU
           
 
Constructor Summary
TestBaustellenSimulation()
           
 
Method Summary
static void beforeClass()
          Initialisiert den Testfall.
 void datensatzAktualisiert(de.bsvrz.sys.funclib.bitctrl.modell.DatensatzUpdateEvent event)
          
static void setUpBeforeClass()
          .
private  void simulationAnmelden(Baustelle baustelle)
           
 void testBaustellenSimulation()
          .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_LAENGE_STAU

private static final long MAX_LAENGE_STAU
See Also:
Constant Field Values
Constructor Detail

TestBaustellenSimulation

public TestBaustellenSimulation()
Method Detail

beforeClass

public static void beforeClass()
                        throws Exception
Initialisiert den Testfall.

Throws:
Exception - bei einem Fehler.

setUpBeforeClass

public static void setUpBeforeClass()
                             throws Exception
.

Throws:
Exception - bei Ausnahmen

datensatzAktualisiert

public void datensatzAktualisiert(de.bsvrz.sys.funclib.bitctrl.modell.DatensatzUpdateEvent event)

Specified by:
datensatzAktualisiert in interface de.bsvrz.sys.funclib.bitctrl.modell.DatensatzUpdateListener
See Also:
DatensatzUpdateListener.datensatzAktualisiert(de.bsvrz.sys.funclib.bitctrl.modell.DatensatzUpdateEvent)

simulationAnmelden

private void simulationAnmelden(Baustelle baustelle)
                         throws de.bsvrz.sys.funclib.bitctrl.modell.AnmeldeException
Throws:
de.bsvrz.sys.funclib.bitctrl.modell.AnmeldeException

testBaustellenSimulation

public void testBaustellenSimulation()
.