Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

hivemind.test
Class TestLocation  view TestLocation download TestLocation.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.hivemind.test.HiveMindTestCase
              extended byhivemind.test.FrameworkTestCase
                  extended byhivemind.test.TestLocation
All Implemented Interfaces:
junit.framework.Test

public class TestLocation
extends FrameworkTestCase

Test the org.apache.hivemind.impl.LocationImpl class.


Nested Class Summary
 
Nested classes inherited from class org.apache.hivemind.test.HiveMindTestCase
 
Field Summary
private  org.apache.hivemind.Resource _location
           
private  org.apache.hivemind.Resource _resource1
           
private  org.apache.hivemind.Resource _resource2
           
 
Fields inherited from class hivemind.test.FrameworkTestCase
_resolver
 
Fields inherited from class org.apache.hivemind.test.HiveMindTestCase
_appender, _interceptedLoggerName
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TestLocation()
           
 
Method Summary
 void testEqualsBare()
           
 void testEqualsFull()
           
 void testEqualsLineNo()
           
 void testHashCodeBare()
           
 void testHashCodeFull()
           
 void testHashCodeLineNo()
           
 void testNoNumbers()
           
 void testToStringLong()
           
 void testToStringShort()
           
 void testWithLine()
           
 void testWithNumbers()
           
 
Methods inherited from class hivemind.test.FrameworkTestCase
createConfigurationPointDescriptor, createDependencyDescriptor, createModuleDescriptor, createServicePointDescriptor, getFrameworkPath, interceptLogging, parse
 
Methods inherited from class org.apache.hivemind.test.HiveMindTestCase
addControl, assertExceptionRegexp, assertExceptionSubstring, assertListsEqual, assertListsEqual, assertLoggedMessage, assertLoggedMessage, assertLoggedMessagePattern, assertLoggedMessagePattern, assertLoggedMessages, assertRegexp, buildFrameworkRegistry, buildFrameworkRegistry, buildFrameworkRegistry, buildMinimalRegistry, fabricateLocation, findNestedException, getClassResolver, getControl, getInterceptedLogEvents, getResource, interceptLogging, matches, newControl, newLocation, newMock, replayControls, resetControls, setReturnValue, setReturnValue, setReturnValue, setReturnValue, setReturnValue, setThrowable, tearDown, unreachable, verifyControls
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_resource1

private final org.apache.hivemind.Resource _resource1

_resource2

private final org.apache.hivemind.Resource _resource2

_location

private org.apache.hivemind.Resource _location
Constructor Detail

TestLocation

public TestLocation()
Method Detail

testNoNumbers

public void testNoNumbers()

testToStringShort

public void testToStringShort()

testWithLine

public void testWithLine()

testWithNumbers

public void testWithNumbers()

testToStringLong

public void testToStringLong()

testEqualsBare

public void testEqualsBare()

testEqualsLineNo

public void testEqualsLineNo()

testEqualsFull

public void testEqualsFull()

testHashCodeBare

public void testHashCodeBare()

testHashCodeLineNo

public void testHashCodeLineNo()

testHashCodeFull

public void testHashCodeFull()