com.atlassian.plugin.test
Class PluginTestUtils

java.lang.Object
  extended by com.atlassian.plugin.test.PluginTestUtils

public class PluginTestUtils
extends Object


Field Summary
static String FILTER_TEST_JAR
           
static String INNER1_TEST_JAR
           
static String INNER2_TEST_JAR
           
static String PROJECT_VERSION
           
static String SIMPLE_TEST_JAR
           
 
Constructor Summary
PluginTestUtils()
           
 
Method Summary
static File createTempDirectory(Class<?> source)
           
static File createTempDirectory(String name)
           
static File getFileForResource(String resourceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJECT_VERSION

public static final String PROJECT_VERSION

SIMPLE_TEST_JAR

public static final String SIMPLE_TEST_JAR

INNER1_TEST_JAR

public static final String INNER1_TEST_JAR

INNER2_TEST_JAR

public static final String INNER2_TEST_JAR

FILTER_TEST_JAR

public static final String FILTER_TEST_JAR
Constructor Detail

PluginTestUtils

public PluginTestUtils()
Method Detail

getFileForResource

public static File getFileForResource(String resourceName)
                               throws URISyntaxException
Throws:
URISyntaxException

createTempDirectory

public static File createTempDirectory(Class<?> source)
                                throws IOException
Throws:
IOException

createTempDirectory

public static File createTempDirectory(String name)
                                throws IOException
Throws:
IOException


Copyright © 2013 Atlassian. All Rights Reserved.