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

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

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)

testBaustellenSimulation

public void testBaustellenSimulation()
.