com.atlassian.plugins.rest.common.expand.resolver
Class CollectionEntityExpanderResolverTest

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

public class CollectionEntityExpanderResolverTest
extends java.lang.Object

Testing CollectionEntityExpanderResolver


Constructor Summary
CollectionEntityExpanderResolverTest()
           
 
Method Summary
 void setUp()
           
 void testGetExpanderWithClassForCollection()
           
 void testGetExpanderWithClassForList()
           
 void testGetExpanderWithClassForObject()
           
 void testHasExpanderWithClassForCollection()
           
 void testHasExpanderWithClassForList()
           
 void testHasExpanderWithClassForObject()
           
 void testHasExpanderWithNullClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionEntityExpanderResolverTest

public CollectionEntityExpanderResolverTest()
Method Detail

setUp

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

testHasExpanderWithNullClass

public void testHasExpanderWithNullClass()

testHasExpanderWithClassForCollection

public void testHasExpanderWithClassForCollection()

testHasExpanderWithClassForList

public void testHasExpanderWithClassForList()

testHasExpanderWithClassForObject

public void testHasExpanderWithClassForObject()

testGetExpanderWithClassForCollection

public void testGetExpanderWithClassForCollection()

testGetExpanderWithClassForList

public void testGetExpanderWithClassForList()

testGetExpanderWithClassForObject

public void testGetExpanderWithClassForObject()


Copyright © 2014 Atlassian. All Rights Reserved.