com.atlassian.plugin.util.resource
Class TestAlternativeDirectoryResourceLoader

java.lang.Object
  extended by com.atlassian.plugin.util.resource.TestAlternativeDirectoryResourceLoader

public class TestAlternativeDirectoryResourceLoader
extends Object


Field Summary
 CapturedLogging capturedLogging
           
 org.junit.contrib.java.lang.system.RestoreSystemProperties restoreSystemProperties
           
 org.junit.rules.TemporaryFolder temporaryFolder
           
 
Constructor Summary
TestAlternativeDirectoryResourceLoader()
           
 
Method Summary
 void constructionLogsFoundAsDebugAndNotFoundAsWarning()
           
 void emptyNamePluginResourceDirectoriesDoNotLogWarnings()
           
 void setUp()
           
 void testGetResource()
           
 void testGetResourceAsStream()
           
 void testGetResourceNoProperty()
           
 void testGetResourceWithTwoDefined()
           
 void testGetResourceWithWhitespace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

restoreSystemProperties

public org.junit.contrib.java.lang.system.RestoreSystemProperties restoreSystemProperties

temporaryFolder

public org.junit.rules.TemporaryFolder temporaryFolder

capturedLogging

public CapturedLogging capturedLogging
Constructor Detail

TestAlternativeDirectoryResourceLoader

public TestAlternativeDirectoryResourceLoader()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testGetResource

public void testGetResource()
                     throws Exception
Throws:
Exception

testGetResourceWithTwoDefined

public void testGetResourceWithTwoDefined()
                                   throws Exception
Throws:
Exception

testGetResourceWithWhitespace

public void testGetResourceWithWhitespace()
                                   throws Exception
Throws:
Exception

testGetResourceNoProperty

public void testGetResourceNoProperty()
                               throws Exception
Throws:
Exception

testGetResourceAsStream

public void testGetResourceAsStream()
                             throws Exception
Throws:
Exception

constructionLogsFoundAsDebugAndNotFoundAsWarning

public void constructionLogsFoundAsDebugAndNotFoundAsWarning()

emptyNamePluginResourceDirectoriesDoNotLogWarnings

public void emptyNamePluginResourceDirectoriesDoNotLogWarnings()


Copyright © 2015 Atlassian. All rights reserved.