Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.unibe.iam.scg.archie.tests
Class DataSetTest

java.lang.Object
  extended by ch.unibe.iam.scg.archie.tests.DataSetTest

public class DataSetTest
extends java.lang.Object

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

DataSetTest

public DataSetTest()
Method Detail

setUp

public void setUp()

testClone

public void testClone()

constructorWithNullAsArguments

public void constructorWithNullAsArguments()

constructorWithEmptyArguments

public void constructorWithEmptyArguments()

constructorWithTooFewHeaders

public void constructorWithTooFewHeaders()

testGetters

public void testGetters()

testGetWithEmptyDataSet

public void testGetWithEmptyDataSet()

testSetWithEmptyDataSet

public void testSetWithEmptyDataSet()

addTooSmallRowTest

public void addTooSmallRowTest()

settingContentBeforeHeadings

public void settingContentBeforeHeadings()

toStringTest

public void toStringTest()

suite

public 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.

Returns:
A Test that can be used in test suites.

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013