de.bsvrz.ste.rdstmc.junit
Class RDSTMCPrueffall

java.lang.Object
  extended by de.bsvrz.ste.rdstmc.junit.RDSTMCPrueffall
Direct Known Subclasses:
Prueffall1_1, Prueffall1_2_120s, Prueffall1_2_180s, Prueffall1_2_200s, Prueffall1_2_240s, Prueffall1_2_260s, Prueffall1_2_300s, Prueffall1_2_60s, Prueffall1_3_330s, Prueffall1_3_340s, Prueffall1_3_380s, Prueffall1_4_400s, Prueffall1_4_420s, Prueffall1_4_440s, Prueffall1_4_450s, Prueffall1_4_620s, Prueffall1_4_700s, Prueffall2_1, Prueffall2_2_750s, Prueffall2_2_780s, Prueffall2_2_820s

public class RDSTMCPrueffall
extends java.lang.Object

Statische Definitionen zur Benutzung in den JUnit-Tests

Author:
Sans

Nested Class Summary
static class RDSTMCPrueffall.GeografischeBedeutung
           
static class RDSTMCPrueffall.InformationsTyp
           
static class RDSTMCPrueffall.MeldungsArt
           
static class RDSTMCPrueffall.ZeitlicheDauer
           
static class RDSTMCPrueffall.ZeitlicheDringlichkeit
           
 
Field Summary
private static de.bsvrz.dav.daf.main.DataDescription _dataDescription
           
private static de.bsvrz.sys.funclib.debug.Debug _debug
          Debug-Logger für Logging-Ausgaben
private static long _startZeitPunkt
           
private static java.lang.Thread _testGenerator
           
protected static java.lang.String ASP_PID
           
protected static java.lang.String ATG_PID
           
protected static long KORREKTUR
           
protected static long TOL_MINUS
           
protected static long TOL_PLUS
           
 
Constructor Summary
RDSTMCPrueffall()
           
 
Method Summary
protected static void assertMeldungsDatenKorrekt(de.bsvrz.dav.daf.main.ResultData rd, int informationsTyp, java.lang.String meldungsArt, int geografischeBedeutung, int zeitlicheDringlichkeit, int zeitlicheDauer, int ausmassRichtung, int ereignisCode, int primaereLocation, java.lang.String optionalKennung, java.lang.String optionalWert)
           
protected static void assertPruefZeitKorrekt(long pruefZeitSoll, long pruefZeitIst)
           
protected static void assertTestGeneratorLaeuft()
           
protected static de.bsvrz.dav.daf.main.ClientDavInterface getConnection()
           
static de.bsvrz.dav.daf.main.DataDescription getDataDescription()
           
protected static de.bsvrz.dav.daf.main.config.DataModel getDataModel()
           
protected static de.bsvrz.dav.daf.main.config.MutableSet getMeldungsMenge()
           
protected static long getStartZeitpunkt()
           
protected static void setStartZeitpunkt(long startZeitPunkt)
           
protected static void setTestGenerator(java.lang.Thread testGenerator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_debug

private static final de.bsvrz.sys.funclib.debug.Debug _debug
Debug-Logger für Logging-Ausgaben


KORREKTUR

protected static final long KORREKTUR
See Also:
Constant Field Values

TOL_PLUS

protected static final long TOL_PLUS
See Also:
Constant Field Values

TOL_MINUS

protected static final long TOL_MINUS
See Also:
Constant Field Values

ATG_PID

protected static final java.lang.String ATG_PID
See Also:
Constant Field Values

ASP_PID

protected static final java.lang.String ASP_PID
See Also:
Constant Field Values

_startZeitPunkt

private static long _startZeitPunkt

_testGenerator

private static java.lang.Thread _testGenerator

_dataDescription

private static de.bsvrz.dav.daf.main.DataDescription _dataDescription
Constructor Detail

RDSTMCPrueffall

public RDSTMCPrueffall()
Method Detail

getStartZeitpunkt

protected static long getStartZeitpunkt()

setStartZeitpunkt

protected static void setStartZeitpunkt(long startZeitPunkt)

setTestGenerator

protected static void setTestGenerator(java.lang.Thread testGenerator)

assertTestGeneratorLaeuft

protected static void assertTestGeneratorLaeuft()

assertPruefZeitKorrekt

protected static void assertPruefZeitKorrekt(long pruefZeitSoll,
                                             long pruefZeitIst)

assertMeldungsDatenKorrekt

protected static void assertMeldungsDatenKorrekt(de.bsvrz.dav.daf.main.ResultData rd,
                                                 int informationsTyp,
                                                 java.lang.String meldungsArt,
                                                 int geografischeBedeutung,
                                                 int zeitlicheDringlichkeit,
                                                 int zeitlicheDauer,
                                                 int ausmassRichtung,
                                                 int ereignisCode,
                                                 int primaereLocation,
                                                 java.lang.String optionalKennung,
                                                 java.lang.String optionalWert)

getMeldungsMenge

protected static de.bsvrz.dav.daf.main.config.MutableSet getMeldungsMenge()

getConnection

protected static de.bsvrz.dav.daf.main.ClientDavInterface getConnection()

getDataModel

protected static de.bsvrz.dav.daf.main.config.DataModel getDataModel()

getDataDescription

public static de.bsvrz.dav.daf.main.DataDescription getDataDescription()