com.atlassian.plugin.test
Class PluginTestUtils

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

public class PluginTestUtils
extends java.lang.Object


Field Summary
static java.lang.String FILTER_TEST_JAR
           
static java.lang.String INNER1_TEST_JAR
           
static java.lang.String INNER2_TEST_JAR
           
static java.lang.String PROJECT_VERSION
           
static java.lang.String SIMPLE_TEST_JAR
           
 
Constructor Summary
PluginTestUtils()
           
 
Method Summary
static java.io.File createTempDirectory(java.lang.Class<?> source)
           
static java.io.File createTempDirectory(java.lang.String name)
           
static java.io.File getFileForResource(java.lang.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 java.lang.String PROJECT_VERSION

SIMPLE_TEST_JAR

public static final java.lang.String SIMPLE_TEST_JAR

INNER1_TEST_JAR

public static final java.lang.String INNER1_TEST_JAR

INNER2_TEST_JAR

public static final java.lang.String INNER2_TEST_JAR

FILTER_TEST_JAR

public static final java.lang.String FILTER_TEST_JAR
Constructor Detail

PluginTestUtils

public PluginTestUtils()
Method Detail

getFileForResource

public static java.io.File getFileForResource(java.lang.String resourceName)
                                       throws java.net.URISyntaxException
Throws:
java.net.URISyntaxException

createTempDirectory

public static java.io.File createTempDirectory(java.lang.Class<?> source)
                                        throws java.io.IOException
Throws:
java.io.IOException

createTempDirectory

public static java.io.File createTempDirectory(java.lang.String name)
                                        throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2013 Atlassian. All Rights Reserved.