public class TestArray extends Object
Modifier and Type | Field and Description |
---|---|
private static String |
ATT_NAME_DAS_FELD
Attributname für Testdaten.
|
private static String |
ATT_NAME_WILLI
Attributname für Testdaten.
|
private static String |
ATT_NAME_ZEICHENKETTE
Attributname für Testdaten.
|
private List<de.bsvrz.puk.param.lib.daten.Attribut<?>> |
attribute
Attributliste für den Test.
|
private List<de.bsvrz.puk.param.lib.daten.Attribut<?>> |
attribute2
zweite Attributliste für den Test.
|
org.junit.rules.ExpectedException |
thrown
Regel zur Auswertung erwarteter Exceptions.
|
Constructor and Description |
---|
TestArray() |
Modifier and Type | Method and Description |
---|---|
void |
attributeAnlegen()
Testdaten erzeugen.
|
void |
testArray()
Test: Konstruktor.
|
void |
testClear()
Test: Array leeren.
|
void |
testGet()
Test: Werte auslesen.
|
void |
testSerialization()
Test: Serialisierung und Deserialisierung.
|
void |
testSet()
Test: Werte setzen.
|
void |
testSetIntAttributOfQextendsObject()
Test: Werte mit Index setzen.
|
void |
testSetIntAttributOfQextendsObjectOnInvalidIndex()
Test: Werte mit Index setzen.
|
public org.junit.rules.ExpectedException thrown
private static final String ATT_NAME_ZEICHENKETTE
private static final String ATT_NAME_WILLI
private static final String ATT_NAME_DAS_FELD
private List<de.bsvrz.puk.param.lib.daten.Attribut<?>> attribute
private List<de.bsvrz.puk.param.lib.daten.Attribut<?>> attribute2
public void attributeAnlegen()
public void testArray()
public void testClear()
public void testGet()
public void testSerialization()
public void testSet()
public void testSetIntAttributOfQextendsObject()
public void testSetIntAttributOfQextendsObjectOnInvalidIndex()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.