tests
Class DrJava_Test_WrappingEnv_Location

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

public class DrJava_Test_WrappingEnv_Location
extends junit.framework.TestCase

Test cases for WrappingEnv.Location. Only necessary for DrJava.

Author:
Mathias Ricken

Field Summary
(package private)  WrappingEnv.Test_WrappingEnv_Location _test
           
 
Constructor Summary
DrJava_Test_WrappingEnv_Location()
           
 
Method Summary
 void setUp()
           
 void testGetSet()
          Test getters, setters, and ctor.
 void testInField()
          Test inField.
 void testNeighbor()
          Test getNeighbor.
 void testSame()
          Test same.
 
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_Location _test
Constructor Detail

DrJava_Test_WrappingEnv_Location

public DrJava_Test_WrappingEnv_Location()
Method Detail

setUp

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

testGetSet

public void testGetSet()
Test getters, setters, and ctor.


testSame

public void testSame()
Test same.


testInField

public void testInField()
Test inField.


testNeighbor

public void testNeighbor()
Test getNeighbor.