| com.thoughtworks.acceptance.AbstractAcceptanceTest com.thoughtworks.acceptance.CustomClassesTest
Inner Class :public static class SamplePersonHolder | |
Inner Class :static class Joe extends SamplePerson | |
Inner Class :public static class WithSomeFields extends StandardObject | |
Inner Class :public static class LotsOfStrings | |
Inner Class :public static class FieldWithObjectType extends StandardObject | |
Inner Class :public static class TransientInitializingClass extends StandardObject | |
testCustomObjectCanBeInstantiatedExternallyBeforeDeserialization | public void testCustomObjectCanBeInstantiatedExternallyBeforeDeserialization()(Code) | | |
testCustomObjectWillNotUnmarshalInheritedTransientFields | public void testCustomObjectWillNotUnmarshalInheritedTransientFields()(Code) | | |
testCustomObjectWillNotUnmarshalTransientFields | public void testCustomObjectWillNotUnmarshalTransientFields()(Code) | | |
testCustomObjectWillNotUnmarshalTransientFieldsFromAttributes | public void testCustomObjectWillNotUnmarshalTransientFieldsFromAttributes()(Code) | | |
testCustomObjectWithBasicFields | public void testCustomObjectWithBasicFields()(Code) | | |
testCustomObjectWithCustomObjectField | public void testCustomObjectWithCustomObjectField()(Code) | | |
testCustomObjectWithCustomObjectFieldsSetToNull | public void testCustomObjectWithCustomObjectFieldsSetToNull()(Code) | | |
testCustomObjectWithTransientFieldInitialization | public void testCustomObjectWithTransientFieldInitialization()(Code) | | |
testEmptyStringsAreNotTreatedAsNulls | public void testEmptyStringsAreNotTreatedAsNulls()(Code) | | |
testFailsFastIfFieldIsDefinedTwice | public void testFailsFastIfFieldIsDefinedTwice()(Code) | | |
testFieldWithObjectType | public void testFieldWithObjectType()(Code) | | |
testNullObjectsDoNotHaveFieldsWritten | public void testNullObjectsDoNotHaveFieldsWritten()(Code) | | |
testNullsAreDistinguishedFromEmptyStrings | public void testNullsAreDistinguishedFromEmptyStrings()(Code) | | |
Fields inherited from com.thoughtworks.acceptance.AbstractAcceptanceTest | protected transient XStream xstream(Code)(Java Doc)
|
Methods inherited from com.thoughtworks.acceptance.AbstractAcceptanceTest | protected void assertArrayEquals(Object expected, Object actual)(Code)(Java Doc) protected Object assertBothWays(Object root, String xml)(Code)(Java Doc) protected Object assertBothWaysNormalized(Object root, String xml, String match, String templateSelect, String sortSelect)(Code)(Java Doc) protected void assertByteArrayEquals(byte expected, byte actual)(Code)(Java Doc) protected void assertObjectsEqual(Object expected, Object actual)(Code)(Java Doc) protected Object assertWithAsymmetricalXml(Object root, String inXml, String outXml)(Code)(Java Doc) protected HierarchicalStreamDriver createDriver()(Code)(Java Doc) protected XStream createXStream()(Code)(Java Doc) protected String normalizedXML(String xml, String[] matches, String templateSelect, String sortSelect) throws TransformerException(Code)(Java Doc) protected String toXML(Object root)(Code)(Java Doc)
|
|
|