com.atlassian.plugin.util.resource
Class TestAlternativeDirectoryResourceLoader

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.plugin.util.resource.TestAlternativeDirectoryResourceLoader
All Implemented Interfaces:
junit.framework.Test

public class TestAlternativeDirectoryResourceLoader
extends junit.framework.TestCase


Constructor Summary
TestAlternativeDirectoryResourceLoader()
           
 
Method Summary
 void setUp()
           
protected  void tearDown()
           
 void testGetResource()
           
 void testGetResourceAsStream()
           
 void testGetResourceNoProperty()
           
 void testGetResourceWithTwoDefined()
           
 
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
 

Constructor Detail

TestAlternativeDirectoryResourceLoader

public TestAlternativeDirectoryResourceLoader()
Method Detail

setUp

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

tearDown

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

testGetResource

public void testGetResource()
                     throws MalformedURLException
Throws:
MalformedURLException

testGetResourceWithTwoDefined

public void testGetResourceWithTwoDefined()
                                   throws MalformedURLException
Throws:
MalformedURLException

testGetResourceNoProperty

public void testGetResourceNoProperty()
                               throws MalformedURLException
Throws:
MalformedURLException

testGetResourceAsStream

public void testGetResourceAsStream()
                             throws MalformedURLException
Throws:
MalformedURLException


Copyright © 2011 Atlassian. All Rights Reserved.