public class TestAggregationsFsOderVmq
extends de.bsvrz.dua.tests.DuATestBase
| Modifier and Type | Field and Description |
|---|---|
private de.bsvrz.dua.aggrlve.AggregationsFsOderVmq |
_fs |
private ArrayBlockingQueue<String> |
_receivedFs |
private ArrayBlockingQueue<String> |
_receivedVmq |
private de.bsvrz.dua.aggrlve.AggregationsFsOderVmq |
_vmq |
| Constructor and Description |
|---|
TestAggregationsFsOderVmq() |
| Modifier and Type | Method and Description |
|---|---|
private void |
assertReceivedFs(long timeSeconds,
int tSeconds,
int q,
int v) |
private void |
assertReceivedVmq(long timeSeconds,
int q,
int v) |
protected @NotNull String[] |
getConfigurationAreas() |
private de.bsvrz.dav.daf.main.ResultData |
makeDataFs(long timeSeconds,
int tSeconds,
int q,
int v) |
private de.bsvrz.dav.daf.main.ResultData |
makeDataGapFs(int timeSeconds) |
private de.bsvrz.dav.daf.main.ResultData |
makeDataGapVmq(int timeSeconds) |
private de.bsvrz.dav.daf.main.ResultData |
makeDataVmq(long timeSeconds,
int q,
int v) |
void |
setUp() |
void |
testErfassungsIntervallGap1()
Test, bei dem die Daten (kurz) mittendrin ausfallen
|
void |
testErfassungsIntervallGap2()
Test, bei dem die Daten (lang) mittendrin ausfallen
|
void |
testErfassungsIntervallNonMatching()
Test, für 2 Minuten Erfassungsintervall
|
void |
testErfassungsIntervallRegular()
Normaler Test, bei dem alle Daten da sind.
|
void |
testVmqDtv()
Test, für 2 Minuten Erfassungsintervall
|
private de.bsvrz.dua.aggrlve.AggregationsFsOderVmq _fs
private de.bsvrz.dua.aggrlve.AggregationsFsOderVmq _vmq
private ArrayBlockingQueue<String> _receivedFs
private ArrayBlockingQueue<String> _receivedVmq
@NotNull protected @NotNull String[] getConfigurationAreas()
getConfigurationAreas in class de.bsvrz.dua.tests.DuATestBasepublic void setUp()
throws Exception
setUp in class de.bsvrz.dua.tests.DuATestBaseExceptionpublic void testErfassungsIntervallRegular()
throws Exception
Exceptionpublic void testErfassungsIntervallGap1()
throws Exception
Exceptionpublic void testErfassungsIntervallGap2()
throws Exception
Exceptionpublic void testErfassungsIntervallNonMatching()
throws Exception
Exceptionpublic void testVmqDtv()
throws Exception
Exceptionprivate void assertReceivedFs(long timeSeconds,
int tSeconds,
int q,
int v)
private void assertReceivedVmq(long timeSeconds,
int q,
int v)
private de.bsvrz.dav.daf.main.ResultData makeDataFs(long timeSeconds,
int tSeconds,
int q,
int v)
private de.bsvrz.dav.daf.main.ResultData makeDataGapFs(int timeSeconds)
private de.bsvrz.dav.daf.main.ResultData makeDataVmq(long timeSeconds,
int q,
int v)
private de.bsvrz.dav.daf.main.ResultData makeDataGapVmq(int timeSeconds)
Copyright © 2016 BitCtrl Systems GmbH. All rights reserved.