com.atlassian.plugins.rest.common.expand.parameter
Class IndexParserTest

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

public class IndexParserTest
extends java.lang.Object


Constructor Summary
IndexParserTest()
           
 
Method Summary
 void testGetIndexesForRange()
           
 void testGetMinMaxIndexesInRange()
           
 void testIndexesOnEmptyList()
           
 void testParseEmptyIncludesAllIndexes()
           
 void testRangeNonZeroStart()
           
 void testRangeSameStartEnd()
           
 void testRangeWithNoEnd()
           
 void testRangeWithNoStart()
           
 void testSimpleRange()
           
 void testSingleNegativeIndex()
           
 void testSinglePositiveIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexParserTest

public IndexParserTest()
Method Detail

testParseEmptyIncludesAllIndexes

public void testParseEmptyIncludesAllIndexes()

testGetMinMaxIndexesInRange

public void testGetMinMaxIndexesInRange()

testGetIndexesForRange

public void testGetIndexesForRange()

testIndexesOnEmptyList

public void testIndexesOnEmptyList()

testSinglePositiveIndex

public void testSinglePositiveIndex()

testSingleNegativeIndex

public void testSingleNegativeIndex()

testSimpleRange

public void testSimpleRange()

testRangeNonZeroStart

public void testRangeNonZeroStart()

testRangeSameStartEnd

public void testRangeSameStartEnd()

testRangeWithNoStart

public void testRangeWithNoStart()

testRangeWithNoEnd

public void testRangeWithNoEnd()


Copyright © 2014 Atlassian. All Rights Reserved.