com.atlassian.plugin
Class TestJarPluginArtifact

java.lang.Object
  extended by com.atlassian.plugin.TestJarPluginArtifact

public final class TestJarPluginArtifact
extends Object


Constructor Summary
TestJarPluginArtifact()
           
 
Method Summary
 void allowsReferenceDefaultsToFalse()
           
 void referenceModeForbidReferenceDoesNotAllowReference()
           
 void referenceModePermitReferenceAllowsReference()
           
 void testContainsJavaExecutableCodeAsBundleActivator()
           
 void testContainsJavaExecutableCodeAsJavaClass()
           
 void testContainsJavaExecutableCodeAsJavaLibrary()
           
 void testContainsJavaExecutableCodeAsSpringContextManifestEntry()
           
 void testContainsJavaExecutableCodeAsSpringContextXmlFiles()
           
 void testContainsJavaExecutableCodeWithNoJava()
           
 void testContainsJavaExecutableCodeWithNoJavaAndNoManifest()
           
 void testGetResourceAsStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestJarPluginArtifact

public TestJarPluginArtifact()
Method Detail

testGetResourceAsStream

public void testGetResourceAsStream()
                             throws IOException
Throws:
IOException

testContainsJavaExecutableCodeWithNoJava

public void testContainsJavaExecutableCodeWithNoJava()
                                              throws Exception
Throws:
Exception

testContainsJavaExecutableCodeWithNoJavaAndNoManifest

public void testContainsJavaExecutableCodeWithNoJavaAndNoManifest()
                                                           throws Exception
Throws:
Exception

testContainsJavaExecutableCodeAsJavaClass

public void testContainsJavaExecutableCodeAsJavaClass()
                                               throws Exception
Throws:
Exception

testContainsJavaExecutableCodeAsJavaLibrary

public void testContainsJavaExecutableCodeAsJavaLibrary()
                                                 throws Exception
Throws:
Exception

testContainsJavaExecutableCodeAsSpringContextXmlFiles

public void testContainsJavaExecutableCodeAsSpringContextXmlFiles()
                                                           throws Exception
Throws:
Exception

testContainsJavaExecutableCodeAsSpringContextManifestEntry

public void testContainsJavaExecutableCodeAsSpringContextManifestEntry()
                                                                throws Exception
Throws:
Exception

testContainsJavaExecutableCodeAsBundleActivator

public void testContainsJavaExecutableCodeAsBundleActivator()
                                                     throws Exception
Throws:
Exception

allowsReferenceDefaultsToFalse

public void allowsReferenceDefaultsToFalse()
                                    throws Exception
Throws:
Exception

referenceModeForbidReferenceDoesNotAllowReference

public void referenceModeForbidReferenceDoesNotAllowReference()
                                                       throws Exception
Throws:
Exception

referenceModePermitReferenceAllowsReference

public void referenceModePermitReferenceAllowsReference()
                                                 throws Exception
Throws:
Exception


Copyright © 2014 Atlassian. All rights reserved.