java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.hivemind.test.HiveMindTestCase
hivemind.test.FrameworkTestCase
hivemind.test.config.TestConversion
- All Implemented Interfaces:
- junit.framework.Test
- public class TestConversion
- extends hivemind.test.FrameworkTestCase
Tests for the <conversion> and <map> elements
within a module deployment descriptor.
TODO: test ConversionDescriptor.setParentMethodName(String)>ConversionDescriptor.setParentMethodName(String) 55 .
| Fields inherited from class junit.framework.TestCase |
|
| 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.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 |
TestConversion
public TestConversion()
testBasics
public void testBasics()
throws java.lang.Exception
testParentMethod
public void testParentMethod()
throws java.lang.Exception
testPropertyNameDefaultsToAttributeName
public void testPropertyNameDefaultsToAttributeName()
throws java.lang.Exception
testComplexAttributeName
public void testComplexAttributeName()
throws java.lang.Exception
testExtraAttributeNames
public void testExtraAttributeNames()
throws java.lang.Exception
testDuplicateAttribute
public void testDuplicateAttribute()
throws java.lang.Exception