public abstract class DuATestBase
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
DuATestBase.TestData |
Modifier and Type | Field and Description |
---|---|
protected static de.bsvrz.dav.daf.main.ClientDavInterface |
_connection |
static de.bsvrz.dav.daf.main.config.DataModel |
_dataModel |
protected static de.kappich.pat.testumg.util.FakeParamApp |
fakeParamApp |
static int |
FORMAT_LEN |
static de.kappich.pat.testumg.util.DavTestEnvironment |
testEnvironment |
Constructor and Description |
---|
DuATestBase() |
Modifier and Type | Method and Description |
---|---|
static void |
dataEquals(de.bsvrz.dav.daf.main.Data d1,
de.bsvrz.dav.daf.main.Data d2,
java.util.ArrayDeque<java.lang.String> stack,
java.util.Set<java.lang.String> errors,
java.util.Collection<java.lang.String> toIgnore) |
protected abstract java.lang.String[] |
getConfigurationAreas() |
protected long |
getDefaultTimeOut()
liefert den Standard-Timeoutwert beim Lesen von Datenverteilerdaten in
Millisekunden.
|
static de.bsvrz.sys.funclib.operatingMessage.OperatingMessageInterface |
pollMessage() |
DuATestBase.TestData |
readTestData(java.lang.String testCase,
boolean groupingEnabled) |
void |
resetData(de.bsvrz.dav.daf.main.Data data) |
void |
sendData(de.bsvrz.dav.daf.main.ResultData... resultDatas) |
void |
setUp() |
protected void |
startTestCase(java.lang.String testCase,
java.util.List<DuADataIdentification> testObjectsIn,
java.util.List<DuADataIdentification> testObjectsOut,
ColumnLayout columnLayout) |
protected void |
startTestCase(java.lang.String testCase,
de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsIn,
de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsOut,
ComplexDataDescription ddIn,
ComplexDataDescription ddOut,
ColumnLayout columnLayout) |
protected void |
startTestCase(java.lang.String testCase,
de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsIn,
de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsOut,
ComplexDataDescription ddIn,
de.bsvrz.dav.daf.main.DataDescription ddOut,
ColumnLayout columnLayout) |
protected void |
startTestCase(java.lang.String testCase,
de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsIn,
de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsOut,
de.bsvrz.dav.daf.main.DataDescription ddIn,
ComplexDataDescription ddOut,
ColumnLayout columnLayout) |
protected void |
startTestCase(java.lang.String testCase,
de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsIn,
de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsOut,
de.bsvrz.dav.daf.main.DataDescription ddIn,
de.bsvrz.dav.daf.main.DataDescription ddOut,
ColumnLayout columnLayout) |
void |
tearDown() |
public static final int FORMAT_LEN
public static de.kappich.pat.testumg.util.DavTestEnvironment testEnvironment
protected static de.kappich.pat.testumg.util.FakeParamApp fakeParamApp
protected static de.bsvrz.dav.daf.main.ClientDavInterface _connection
public static de.bsvrz.dav.daf.main.config.DataModel _dataModel
public static void dataEquals(@Nullable de.bsvrz.dav.daf.main.Data d1, @Nullable de.bsvrz.dav.daf.main.Data d2, java.util.ArrayDeque<java.lang.String> stack, java.util.Set<java.lang.String> errors, java.util.Collection<java.lang.String> toIgnore)
public void setUp() throws java.lang.Exception
java.lang.Exception
protected abstract java.lang.String[] getConfigurationAreas()
public void tearDown() throws java.lang.Exception
java.lang.Exception
public static de.bsvrz.sys.funclib.operatingMessage.OperatingMessageInterface pollMessage()
protected void startTestCase(java.lang.String testCase, de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsIn, de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsOut, de.bsvrz.dav.daf.main.DataDescription ddIn, de.bsvrz.dav.daf.main.DataDescription ddOut, ColumnLayout columnLayout) throws java.lang.Exception
java.lang.Exception
protected void startTestCase(java.lang.String testCase, de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsIn, de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsOut, de.bsvrz.dav.daf.main.DataDescription ddIn, ComplexDataDescription ddOut, ColumnLayout columnLayout) throws java.lang.Exception
java.lang.Exception
protected void startTestCase(java.lang.String testCase, de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsIn, de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsOut, ComplexDataDescription ddIn, de.bsvrz.dav.daf.main.DataDescription ddOut, ColumnLayout columnLayout) throws java.lang.Exception
java.lang.Exception
protected void startTestCase(java.lang.String testCase, de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsIn, de.bsvrz.dav.daf.main.config.SystemObject[] testObjectsOut, ComplexDataDescription ddIn, ComplexDataDescription ddOut, ColumnLayout columnLayout) throws java.lang.Exception
java.lang.Exception
protected void startTestCase(java.lang.String testCase, java.util.List<DuADataIdentification> testObjectsIn, java.util.List<DuADataIdentification> testObjectsOut, ColumnLayout columnLayout) throws java.lang.Exception
java.lang.Exception
protected long getDefaultTimeOut()
public DuATestBase.TestData readTestData(java.lang.String testCase, boolean groupingEnabled) throws java.io.IOException
java.io.IOException
public void sendData(de.bsvrz.dav.daf.main.ResultData... resultDatas) throws de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
public void resetData(de.bsvrz.dav.daf.main.Data data)