| java.lang.Object com.db4o.db4ounit.common.handlers.FormatMigrationTestCaseBase com.db4o.db4ounit.common.handlers.HandlerUpdateTestCaseBase
All known Subclasses: com.db4o.db4ounit.common.handlers.StringHandlerUpdateTestCase, com.db4o.db4ounit.common.handlers.DoubleHandlerUpdateTestCase, com.db4o.db4ounit.common.handlers.CharHandlerUpdateTestCase, com.db4o.db4ounit.common.handlers.MultiDimensionalArrayHandlerUpdateTestCase, com.db4o.db4ounit.common.handlers.DateHandlerUpdateTestCase, com.db4o.db4ounit.common.handlers.NestedArrayUpdateTestCase, com.db4o.db4ounit.common.handlers.ShortHandlerUpdateTestCase, com.db4o.db4ounit.common.handlers.FloatHandlerUpdateTestCase, com.db4o.db4ounit.common.handlers.ObjectArrayUpdateTestCase, com.db4o.db4ounit.common.handlers.ByteHandlerUpdateTestCase, com.db4o.db4ounit.common.handlers.LongHandlerUpdateTestCase, com.db4o.db4ounit.common.handlers.BooleanHandlerUpdateTestCase, com.db4o.db4ounit.common.handlers.IntHandlerUpdateTestCase,
Inner Class :public static class Holder | |
_handlerVersion | protected int _handlerVersion(Code) | | |
assertArrays | abstract protected void assertArrays(Object obj)(Code) | | |
assertPrimitiveWrapperIsNullJavaOnly | protected void assertPrimitiveWrapperIsNullJavaOnly(Object obj)(Code) | | On .NET there are no primitive wrappers, so the primitives have
their default value. Since default values are tested OK with the
other values test, we don't have to test again, so it's safe to:
|
assertValues | abstract protected void assertValues(Object[] values)(Code) | | |
castToIntArray | protected int[] castToIntArray(Object obj)(Code) | | |
createValues | abstract protected Object[] createValues()(Code) | | |
|
|