de.hska.java.aufgaben.objekte
Class WindgeschwindigkeitTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by de.hska.java.aufgaben.objekte.WindgeschwindigkeitTest
All Implemented Interfaces:
junit.framework.Test

public class WindgeschwindigkeitTest
extends junit.framework.TestCase

JUnit-Testklasse für Windgeschwindigkeit.

Author:
pape

Constructor Summary
WindgeschwindigkeitTest()
           
 
Method Summary
 void testGetBeaufort()
           
 void testGetBeaufort1()
           
 void testGetBeaufort2()
           
 void testGetBeaufort3()
           
 void testGetKilometerProStunde()
           
 void testGetKnoten()
           
 void testIsOrkan()
           
 void testIsOrkan1()
           
 void testIsWindstill()
           
 void testIsWindstill1()
           
 void testIsWindstill2()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WindgeschwindigkeitTest

public WindgeschwindigkeitTest()
Method Detail

testIsOrkan

public void testIsOrkan()

testIsOrkan1

public void testIsOrkan1()

testIsWindstill

public void testIsWindstill()

testIsWindstill1

public void testIsWindstill1()

testIsWindstill2

public void testIsWindstill2()

testGetKilometerProStunde

public void testGetKilometerProStunde()

testGetKnoten

public void testGetKnoten()

testGetBeaufort

public void testGetBeaufort()

testGetBeaufort1

public void testGetBeaufort1()

testGetBeaufort2

public void testGetBeaufort2()

testGetBeaufort3

public void testGetBeaufort3()


(c) Prof. Dr. Christian Pape --- Übersicht aller Java-Programmieraufgaben