| com.thoughtworks.acceptance.AbstractAcceptanceTest com.thoughtworks.acceptance.annotations.AttributesTest
AttributesTest | public class AttributesTest extends AbstractAcceptanceTest (Code) | | Tests annotations defining fields to be rendered as attributes.
author: Chung-Onn Cheong author: Mauro Talevi author: Guilherme Silveira author: Jörg Schaible |
Inner Class :public static class AnnotatedAttribute | |
Inner Class :public static class AnnotatedAliasedAttribute | |
testAnnotation | public void testAnnotation()(Code) | | |
testAnnotationInCombinationWithAlias | public void testAnnotationInCombinationWithAlias()(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)
|
|
|