| com.thoughtworks.acceptance.AbstractAcceptanceTest com.thoughtworks.acceptance.annotations.AliasTest
AliasTest | public class AliasTest extends AbstractAcceptanceTest (Code) | | Tests annotations defining aliases for classes or fields.
author: Chung-Onn Cheong author: Mauro Talevi author: Guilherme Silveira author: Jörg Schaible |
Inner Class :public static class Cycle | |
Inner Class :public static class CustomPerson | |
Inner Class :public static class Person | |
Inner Class :public interface AddressBookInfo | |
Inner Class :public static class AddressBook implements AddressBookInfo | |
Inner Class :public interface AddressInfo | |
Inner Class :public static class Address implements AddressInfo | |
Inner Class :public static class PersonConverter implements Converter | |
Inner Class :static class Dash | |
Inner Class :abstract public static class Aged | |
Inner Class :public static class AgedThing extends Aged | |
testAnnotationForClassWithAnnotatedConverter | public void testAnnotationForClassWithAnnotatedConverter()(Code) | | |
testAnnotationForField | public void testAnnotationForField()(Code) | | |
testAnnotationForFieldWithAliasCycle | public void testAnnotationForFieldWithAliasCycle()(Code) | | |
testAnnotationForFieldWithAttributeDefinitionForFieldType | public void testAnnotationForFieldWithAttributeDefinitionForFieldType()(Code) | | |
testAnnotationIsInheritedTogetherWithAsAttribute | public void testAnnotationIsInheritedTogetherWithAsAttribute()(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)
|
|
|