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.DuATestBase
public void setUp() throws Exception
setUp
in class de.bsvrz.dua.tests.DuATestBase
Exception
public void testErfassungsIntervallRegular() throws Exception
Exception
public void testErfassungsIntervallGap1() throws Exception
Exception
public void testErfassungsIntervallGap2() throws Exception
Exception
public void testErfassungsIntervallNonMatching() throws Exception
Exception
public void testVmqDtv() throws Exception
Exception
private 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.