tests
Class DrJava_Test_WrappingEnv

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by tests.DrJava_Test_WrappingEnv
All Implemented Interfaces:
junit.framework.Test

public class DrJava_Test_WrappingEnv
extends junit.framework.TestCase

Test cases for WrappingEnv. Only necessary for DrJava.

Author:
Mathias Ricken

Field Summary
(package private)  WrappingEnv.Test_WrappingEnv _test
           
 
Constructor Summary
DrJava_Test_WrappingEnv()
           
 
Method Summary
 void setUp()
           
 void testAddFish()
          Test addFishToInternalData.
 void testEditFish()
          Test editFish.
 void testGetPanDelta()
          Test getPanDelta.
 void testGetViewPosition()
          Test getViewPosition.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_test

WrappingEnv.Test_WrappingEnv _test
Constructor Detail

DrJava_Test_WrappingEnv

public DrJava_Test_WrappingEnv()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testAddFish

public void testAddFish()
Test addFishToInternalData.


testEditFish

public void testEditFish()
Test editFish.


testGetViewPosition

public void testGetViewPosition()
Test getViewPosition.


testGetPanDelta

public void testGetPanDelta()
Test getPanDelta.