com.atlassian.plugin.webresource
Class TestSingleBatchDownloadableResourceBuilder

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.plugin.webresource.TestSingleBatchDownloadableResourceBuilder
All Implemented Interfaces:
junit.framework.Test

public class TestSingleBatchDownloadableResourceBuilder
extends junit.framework.TestCase


Field Summary
static String MODULE_KEY
           
 
Constructor Summary
TestSingleBatchDownloadableResourceBuilder()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testIsCacheSupported()
           
 void testParse()
           
 void testParseInvlaidUrlThrowsException()
           
 void testParseWithParams()
           
 void testParseWithParams2()
           
 void testParseWithParamsAndRandomPrefix()
           
 void testRoundTrip()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MODULE_KEY

public static final String MODULE_KEY
See Also:
Constant Field Values
Constructor Detail

TestSingleBatchDownloadableResourceBuilder

public TestSingleBatchDownloadableResourceBuilder()
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testIsCacheSupported

public void testIsCacheSupported()
                          throws Exception
Throws:
Exception

testParse

public void testParse()
               throws Exception
Throws:
Exception

testParseWithParams

public void testParseWithParams()
                         throws Exception
Throws:
Exception

testParseWithParams2

public void testParseWithParams2()
                          throws Exception
Throws:
Exception

testParseWithParamsAndRandomPrefix

public void testParseWithParamsAndRandomPrefix()
                                        throws Exception
Throws:
Exception

testRoundTrip

public void testRoundTrip()
                   throws Exception
Throws:
Exception

testParseInvlaidUrlThrowsException

public void testParseInvlaidUrlThrowsException()


Copyright © 2011 Atlassian. All Rights Reserved.