com.atlassian.plugin.loaders
Class TestBundledPluginLoader

java.lang.Object
  extended by com.atlassian.plugin.loaders.TestBundledPluginLoader

public class TestBundledPluginLoader
extends Object


Field Summary
 org.junit.rules.ExpectedException expectedException
           
 
Constructor Summary
TestBundledPluginLoader()
           
 
Method Summary
 void createTemporaryDirectory()
           
 void deleteTemporaryDirectory()
           
 void loaderFromDirectoryWithNonUrlConstructorContainsExpectedFiles()
           
 void loaderFromDirectoryWithUrlConstructorContainsExpectedFiles()
           
 void loaderFromFileListWithNonUrlConstructorContainsExpectedFiles()
           
 void loaderFromFileListWithUrlConstructorContainsExpectedFiles()
           
 void loaderFromUnsupportedFileWithNonUrlConstructorContainsExpectedFiles()
           
 void loaderFromUnsupportedFileWithUrlConstructorContainsExpectedFiles()
           
 void loaderFromZipWithNonUrlConstructorContainsExpectedFiles()
           
 void loaderFromZipWithUrlConstructorContainsExpectedFiles()
           
 void loaderRemoveDoesUninstallPlugin()
           
 void loaderScannerDoesNotRemoveUnderlyingFiles()
           
 void pluginArtifactsAllowReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expectedException

public org.junit.rules.ExpectedException expectedException
Constructor Detail

TestBundledPluginLoader

public TestBundledPluginLoader()
Method Detail

createTemporaryDirectory

public void createTemporaryDirectory()
                              throws IOException,
                                     URISyntaxException
Throws:
IOException
URISyntaxException

deleteTemporaryDirectory

public void deleteTemporaryDirectory()
                              throws Exception
Throws:
Exception

loaderFromZipWithUrlConstructorContainsExpectedFiles

public void loaderFromZipWithUrlConstructorContainsExpectedFiles()
                                                          throws IOException
Throws:
IOException

loaderFromZipWithNonUrlConstructorContainsExpectedFiles

public void loaderFromZipWithNonUrlConstructorContainsExpectedFiles()
                                                             throws IOException
Throws:
IOException

loaderFromDirectoryWithUrlConstructorContainsExpectedFiles

public void loaderFromDirectoryWithUrlConstructorContainsExpectedFiles()
                                                                throws IOException
Throws:
IOException

loaderFromDirectoryWithNonUrlConstructorContainsExpectedFiles

public void loaderFromDirectoryWithNonUrlConstructorContainsExpectedFiles()
                                                                   throws IOException
Throws:
IOException

loaderFromFileListWithUrlConstructorContainsExpectedFiles

public void loaderFromFileListWithUrlConstructorContainsExpectedFiles()
                                                               throws IOException
Throws:
IOException

loaderFromFileListWithNonUrlConstructorContainsExpectedFiles

public void loaderFromFileListWithNonUrlConstructorContainsExpectedFiles()
                                                                  throws IOException
Throws:
IOException

loaderFromUnsupportedFileWithUrlConstructorContainsExpectedFiles

public void loaderFromUnsupportedFileWithUrlConstructorContainsExpectedFiles()
                                                                      throws IOException
Throws:
IOException

loaderFromUnsupportedFileWithNonUrlConstructorContainsExpectedFiles

public void loaderFromUnsupportedFileWithNonUrlConstructorContainsExpectedFiles()
                                                                         throws IOException
Throws:
IOException

loaderScannerDoesNotRemoveUnderlyingFiles

public void loaderScannerDoesNotRemoveUnderlyingFiles()
                                               throws IOException
Throws:
IOException

loaderRemoveDoesUninstallPlugin

public void loaderRemoveDoesUninstallPlugin()
                                     throws IOException
Throws:
IOException

pluginArtifactsAllowReference

public void pluginArtifactsAllowReference()
                                   throws IOException
Throws:
IOException


Copyright © 2015 Atlassian. All rights reserved.