com.atlassian.plugin.loaders
Class TestDirectoryScanner

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

public class TestDirectoryScanner
extends Object


Constructor Summary
TestDirectoryScanner()
           
 
Method Summary
 void createFillAndCleanTempPluginDirectory()
           
 void testAddAndRemoveJarFromOutsideScanner()
           
 void testModifyJar()
           
 void testNormalOperation()
           
 void testRemove()
           
 void testRemoveFromReadOnlySource()
           
 void testRemoveNoErrorWhenNotExist()
           
 void testSkipDot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDirectoryScanner

public TestDirectoryScanner()
Method Detail

createFillAndCleanTempPluginDirectory

public void createFillAndCleanTempPluginDirectory()
                                           throws IOException
Throws:
IOException

testNormalOperation

public void testNormalOperation()
                         throws Exception
Throws:
Exception

testSkipDot

public void testSkipDot()
                 throws Exception
Throws:
Exception

testRemove

public void testRemove()

testRemoveFromReadOnlySource

public void testRemoveFromReadOnlySource()

testRemoveNoErrorWhenNotExist

public void testRemoveNoErrorWhenNotExist()

testAddAndRemoveJarFromOutsideScanner

public void testAddAndRemoveJarFromOutsideScanner()
                                           throws Exception
Throws:
Exception

testModifyJar

public void testModifyJar()
                   throws Exception
Throws:
Exception


Copyright © 2015 Atlassian. All rights reserved.