com.atlassian.plugins.rest.common.expand
Class EntityCrawlerTest

java.lang.Object
  extended by com.atlassian.plugins.rest.common.expand.EntityCrawlerTest

public class EntityCrawlerTest
extends java.lang.Object

Testing EntityCrawler


Constructor Summary
EntityCrawlerTest()
           
 
Method Summary
 void setUp()
           
 void testCrawlGetsFieldsFromSuperClass()
           
 void testGetExpandableWithNamedXmlElement()
           
 void testGetExpandableWithNoExpandableAnnotation()
           
 void testGetExpandableWithNoXmlElement()
           
 void testGetExpandableWithNullField()
           
 void testGetExpandableWithUnNamedXmlElement()
           
 void testGetExpandableWithValuedExpandable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityCrawlerTest

public EntityCrawlerTest()
Method Detail

setUp

public void setUp()

testGetExpandableWithNullField

public void testGetExpandableWithNullField()

testGetExpandableWithNoExpandableAnnotation

public void testGetExpandableWithNoExpandableAnnotation()
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

testGetExpandableWithValuedExpandable

public void testGetExpandableWithValuedExpandable()
                                           throws java.lang.Exception
Throws:
java.lang.Exception

testGetExpandableWithNamedXmlElement

public void testGetExpandableWithNamedXmlElement()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

testGetExpandableWithUnNamedXmlElement

public void testGetExpandableWithUnNamedXmlElement()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

testGetExpandableWithNoXmlElement

public void testGetExpandableWithNoXmlElement()
                                       throws java.lang.Exception
Throws:
java.lang.Exception

testCrawlGetsFieldsFromSuperClass

public void testCrawlGetsFieldsFromSuperClass()
                                       throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2014 Atlassian. All Rights Reserved.