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

ag.ion.bion.officelayer.internal.text.table.test
Class TextTableFormulaTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by ag.ion.bion.officelayer.internal.text.table.test.TextTableFormulaTest
All Implemented Interfaces:
junit.framework.Test

public class TextTableFormulaTest
extends junit.framework.TestCase

Testcase for calculating a formula..


Constructor Summary
TextTableFormulaTest()
           
 
Method Summary
 void testFormulaService1()
          Test the formula service.
 void testFormulaService2()
          Test the formula service.
 void testFormulaService3()
          Test the formula service.
 void testFormulaService4()
          Test the formula service.
 void testFormulaServiceMaxMin()
          Test the formula service for mean.
 void testFormulaServiceMaxMin10()
          Test the formula service for mean.
 void testFormulaServiceMaxMin11()
          Test the formula service for mean.
 void testFormulaServiceMaxMin12()
          Test the formula service for mean.
 void testFormulaServiceMaxMin13()
          Test the formula service for mean.
 void testFormulaServiceMaxMin14()
          Test the formula service for mean.
 void testFormulaServiceMaxMin2()
          Test the formula service for mean.
 void testFormulaServiceMaxMin3()
          Test the formula service for mean.
 void testFormulaServiceMaxMin4()
          Test the formula service for mean.
 void testFormulaServiceMaxMin5()
          Test the formula service for mean.
 void testFormulaServiceMaxMin6()
          Test the formula service for mean.
 void testFormulaServiceMaxMin7()
          Test the formula service for mean.
 void testFormulaServiceMaxMin8()
          Test the formula service for mean.
 void testFormulaServiceMaxMin9()
          Test the formula service for mean.
 void testFormulaServiceMean()
          Test the formula service for mean.
 void testFormulaServiceMean2()
          Test the formula service for mean.
 void testFormulaServiceMean3()
          Test the formula service for mean.
 void testFormulaServiceMean4()
          Test the formula service for mean.
 void testFormulaServiceMean5()
          Test the formula service for mean.
 void testFormulaServiceMean6()
          Test the formula service for mean.
 void testFormulaServiceMean7()
          Test the formula service for mean.
 void testFormulaServicePercent()
          Test the formula service for percent.
 void testFormulaServicePercent2()
          Test the formula service for percent.
 void testFormulaServicePow()
          Test the formula service for percent.
 void testFormulaServiceRound()
          Test the formula service for round.
 void testFormulaServiceRound2()
          Test the formula service for round.
 void testFormulaServiceRound3()
          Test the formula service for round.
 void testFormulaServiceRound4()
          Test the formula service for round.
 void testFormulaServiceRound5()
          Test the formula service for round.
 void testFormulaServiceRound6()
          Test the formula service for round.
 void testFormulaServiceRound7()
          Test the formula service for round.
 void testFormulaServiceSqrt()
          Test the formula service for percent.
 void testFormulaServiceSqrt1()
          Test the formula service for percent.
 void testFormulaServiceSqrt2()
          Test the formula service for percent.
 void testFormulaServiceSqrt3()
          Test the formula service for percent.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextTableFormulaTest

public TextTableFormulaTest()
Method Detail

testFormulaService1

public void testFormulaService1()
Test the formula service.


testFormulaService2

public void testFormulaService2()
Test the formula service.


testFormulaService3

public void testFormulaService3()
Test the formula service.


testFormulaService4

public void testFormulaService4()
Test the formula service.


testFormulaServiceRound

public void testFormulaServiceRound()
Test the formula service for round.


testFormulaServiceRound2

public void testFormulaServiceRound2()
Test the formula service for round.


testFormulaServiceRound3

public void testFormulaServiceRound3()
Test the formula service for round.


testFormulaServiceRound4

public void testFormulaServiceRound4()
Test the formula service for round.


testFormulaServiceRound5

public void testFormulaServiceRound5()
Test the formula service for round.


testFormulaServiceRound6

public void testFormulaServiceRound6()
Test the formula service for round.


testFormulaServiceRound7

public void testFormulaServiceRound7()
Test the formula service for round.


testFormulaServicePercent

public void testFormulaServicePercent()
Test the formula service for percent.


testFormulaServicePercent2

public void testFormulaServicePercent2()
Test the formula service for percent.


testFormulaServiceSqrt

public void testFormulaServiceSqrt()
Test the formula service for percent.


testFormulaServiceSqrt1

public void testFormulaServiceSqrt1()
Test the formula service for percent.


testFormulaServiceSqrt2

public void testFormulaServiceSqrt2()
Test the formula service for percent.


testFormulaServiceSqrt3

public void testFormulaServiceSqrt3()
Test the formula service for percent.


testFormulaServicePow

public void testFormulaServicePow()
Test the formula service for percent.


testFormulaServiceMean

public void testFormulaServiceMean()
Test the formula service for mean.


testFormulaServiceMean2

public void testFormulaServiceMean2()
Test the formula service for mean.


testFormulaServiceMean3

public void testFormulaServiceMean3()
Test the formula service for mean.


testFormulaServiceMean4

public void testFormulaServiceMean4()
Test the formula service for mean.


testFormulaServiceMean5

public void testFormulaServiceMean5()
Test the formula service for mean.


testFormulaServiceMean6

public void testFormulaServiceMean6()
Test the formula service for mean.


testFormulaServiceMean7

public void testFormulaServiceMean7()
Test the formula service for mean.


testFormulaServiceMaxMin

public void testFormulaServiceMaxMin()
Test the formula service for mean.


testFormulaServiceMaxMin2

public void testFormulaServiceMaxMin2()
Test the formula service for mean.


testFormulaServiceMaxMin3

public void testFormulaServiceMaxMin3()
Test the formula service for mean.


testFormulaServiceMaxMin4

public void testFormulaServiceMaxMin4()
Test the formula service for mean.


testFormulaServiceMaxMin5

public void testFormulaServiceMaxMin5()
Test the formula service for mean.


testFormulaServiceMaxMin6

public void testFormulaServiceMaxMin6()
Test the formula service for mean.


testFormulaServiceMaxMin7

public void testFormulaServiceMaxMin7()
Test the formula service for mean.


testFormulaServiceMaxMin8

public void testFormulaServiceMaxMin8()
Test the formula service for mean.


testFormulaServiceMaxMin9

public void testFormulaServiceMaxMin9()
Test the formula service for mean.


testFormulaServiceMaxMin10

public void testFormulaServiceMaxMin10()
Test the formula service for mean.


testFormulaServiceMaxMin11

public void testFormulaServiceMaxMin11()
Test the formula service for mean.


testFormulaServiceMaxMin12

public void testFormulaServiceMaxMin12()
Test the formula service for mean.


testFormulaServiceMaxMin13

public void testFormulaServiceMaxMin13()
Test the formula service for mean.


testFormulaServiceMaxMin14

public void testFormulaServiceMaxMin14()
Test the formula service for mean.


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