test.filecontroller
Class WeatherMapTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.filecontroller.WeatherMapTest
All Implemented Interfaces:
junit.framework.Test

public class WeatherMapTest
extends junit.framework.TestCase

Test cases for WeatherMap -class.

Version:
1
Author:
Potkuri-group

Field Summary
private  filecontroller.WeatherMap weatherMap
          Local variable.
 
Constructor Summary
WeatherMapTest()
           
 
Method Summary
 void setUp()
          Set up for tests.
 void testApply()
          Test apply, getMap and getMapMatrix -methods.
 void testApplyWide()
          Test apply, getScale, getLon, getLat .methods.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

weatherMap

private filecontroller.WeatherMap weatherMap
Local variable.

Constructor Detail

WeatherMapTest

public WeatherMapTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Set up for tests.

Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception - Exception.

testApply

public void testApply()
Test apply, getMap and getMapMatrix -methods.


testApplyWide

public void testApplyWide()
Test apply, getScale, getLon, getLat .methods.