de.bsvrz.ste.rdstmc.junit
Class RDSTMCPrueffall
java.lang.Object
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
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 |
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
RDSTMCPrueffall
public RDSTMCPrueffall()
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()