com.atlassian.plugin.loaders
Class TestBundledPluginLoader

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

public class TestBundledPluginLoader
extends java.lang.Object


Constructor Summary
TestBundledPluginLoader()
           
 
Method Summary
 void createTemporaryDirectory()
           
 void deleteTemporaryDirectory()
           
 void loaderFromDirectoryContainsExpectedFiles()
           
 void loaderFromFileListContainsExpectedFiles()
           
 void loaderFromZipContainsExpectedFiles()
           
 void loaderRemoveDoesUninstallPlugin()
           
 void loaderScannerDoesNotRemoveUnderlyingFiles()
           
 void pluginArtifactsAllowReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBundledPluginLoader

public TestBundledPluginLoader()
Method Detail

createTemporaryDirectory

public void createTemporaryDirectory()
                              throws java.io.IOException,
                                     java.net.URISyntaxException
Throws:
java.io.IOException
java.net.URISyntaxException

deleteTemporaryDirectory

public void deleteTemporaryDirectory()
                              throws java.lang.Exception
Throws:
java.lang.Exception

loaderFromZipContainsExpectedFiles

public void loaderFromZipContainsExpectedFiles()
                                        throws java.io.IOException
Throws:
java.io.IOException

loaderFromDirectoryContainsExpectedFiles

public void loaderFromDirectoryContainsExpectedFiles()
                                              throws java.io.IOException
Throws:
java.io.IOException

loaderFromFileListContainsExpectedFiles

public void loaderFromFileListContainsExpectedFiles()
                                             throws java.io.IOException
Throws:
java.io.IOException

loaderScannerDoesNotRemoveUnderlyingFiles

public void loaderScannerDoesNotRemoveUnderlyingFiles()
                                               throws java.io.IOException
Throws:
java.io.IOException

loaderRemoveDoesUninstallPlugin

public void loaderRemoveDoesUninstallPlugin()
                                     throws java.io.IOException
Throws:
java.io.IOException

pluginArtifactsAllowReference

public void pluginArtifactsAllowReference()
                                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2013 Atlassian. All Rights Reserved.