|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.unibe.iam.scg.archie.tests.DataSetTest
public class DataSetTest
Tests DataSet
SampleDataSet: ============== | First Name | Last Name | Address | Country --------------------------------------------------- x/y | 0 | 1 | 2 | 3 ------------------------------------------------------- 0 | Hans | Muster | Superstrasse 1 | Switzerland 1 | Vreni | Müller | Musterstrasse 1 | Switzerland 2 | Jakob | Meier | Ottweg 3 | Switzerland
E.g getCell(2,1) == Meier (Matrix notation)
$Id$
Constructor Summary | |
---|---|
DataSetTest()
|
Method Summary | |
---|---|
void |
addTooSmallRowTest()
|
void |
constructorWithEmptyArguments()
|
void |
constructorWithNullAsArguments()
|
void |
constructorWithTooFewHeaders()
|
void |
settingContentBeforeHeadings()
|
void |
setUp()
|
static junit.framework.Test |
suite()
Static method for JUnit 4 test classes to make them accessible to a TestRunner designed to work with earlier versions of JUnit. |
void |
testClone()
|
void |
testGetters()
|
void |
testGetWithEmptyDataSet()
|
void |
testSetWithEmptyDataSet()
|
void |
toStringTest()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataSetTest()
Method Detail |
---|
public void setUp()
public void testClone()
public void constructorWithNullAsArguments()
public void constructorWithEmptyArguments()
public void constructorWithTooFewHeaders()
public void testGetters()
public void testGetWithEmptyDataSet()
public void testSetWithEmptyDataSet()
public void addTooSmallRowTest()
public void settingContentBeforeHeadings()
public void toStringTest()
public static junit.framework.Test suite()
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |