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 DatasetHelperTest

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

public class DatasetHelperTest
extends java.lang.Object

Tests DataSet

 SampleDataSet:
 ==============
     | First Name | Age       | Salary          | Happyness
     ------------------------------------------------------
 x/y | 0          | 1         | 2               | 3
 ----------------------------------------------------------
 0   | Hans       | 24        | 3500.70         | 0.03
 1   | Vreni      | 16        | 6400.00         | 0.12
 2   | Jakob      | 54        | 7891.23         | 0.98
 

E.g getCell(2,1) == Meier (Matrix notation)

$Id$


Constructor Summary
DatasetHelperTest()
           
 
Method Summary
 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 testNumericColumns()
           
 void testSortingDataset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatasetHelperTest

public DatasetHelperTest()
Method Detail

setUp

public void setUp()

testSortingDataset

public void testSortingDataset()

testNumericColumns

public void testNumericColumns()

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