| com.thoughtworks.acceptance.AbstractAcceptanceTest com.thoughtworks.acceptance.AttributeTest
AttributeTest | public class AttributeTest extends AbstractAcceptanceTest (Code) | | author: Paul Hammant author: Ian Cartwright author: Mauro Talevi author: Jörg Schaible author: Guilherme Silveira |
Inner Class :public static class One implements HasID | |
Inner Class :public static interface HasID | |
Inner Class :public static class Two | |
Inner Class :public static class Three | |
Inner Class :public static class ID | |
Inner Class :static class C | |
Inner Class :static class Name | |
Inner Class :static class Camera | |
Inner Class :static class PersonalizedCamera extends Camera | |
Inner Class :public static class TransientIdField | |
Inner Class :static class Person | |
XXXtestAttributeMayHaveXmlUnfriendlyName | public void XXXtestAttributeMayHaveXmlUnfriendlyName()(Code) | | |
testAllowsAnAttributeForAFieldOfASpecialTypeAlsoInASuperClass | public void testAllowsAnAttributeForAFieldOfASpecialTypeAlsoInASuperClass()(Code) | | |
testAllowsAnAttributeForASpecificAliasedField | public void testAllowsAnAttributeForASpecificAliasedField()(Code) | | |
testAllowsAnAttributeForASpecificField | public void testAllowsAnAttributeForASpecificField()(Code) | | |
testAllowsAnAttributeForASpecificFieldInASuperClass | public void testAllowsAnAttributeForASpecificFieldInASuperClass()(Code) | | |
testAllowsAttributeToBeAliased | public void testAllowsAttributeToBeAliased()(Code) | | |
testAllowsAttributeWithArbitraryFieldType | public void testAllowsAttributeWithArbitraryFieldType()(Code) | | |
testAllowsAttributeWithCustomConverterAndFieldName | public void testAllowsAttributeWithCustomConverterAndFieldName()(Code) | | |
testAllowsAttributeWithKnownConverterAndFieldName | public void testAllowsAttributeWithKnownConverterAndFieldName() throws Exception(Code) | | |
testAttributeNamedLikeTransientFieldDoesNotAbortDeserializationOfFollowingFields | public void testAttributeNamedLikeTransientFieldDoesNotAbortDeserializationOfFollowingFields()(Code) | | |
testCanHandleNullValues | public void testCanHandleNullValues()(Code) | | |
testCanHandlePrimitiveValues | public void testCanHandlePrimitiveValues()(Code) | | |
testDoesNotAllowAttributeWithCustomConverterAndDifferentFieldName | public void testDoesNotAllowAttributeWithCustomConverterAndDifferentFieldName()(Code) | | |
testDoesNotAllowAttributeWithNullAttribute | public void testDoesNotAllowAttributeWithNullAttribute()(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)
|
|
|