Package com.github.dkartaschew
Class TestPackageMojo
- java.lang.Object
-
- com.github.dkartaschew.TestPackageMojo
-
public class TestPackageMojo extends Object
Primary unit test
-
-
Constructor Summary
Constructors Constructor Description TestPackageMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testEmptyArtifact()
void
testMalformedArtifact()
void
testMalformedArtifact2()
void
testMalformedArtifact3()
void
testMalformedArtifact4()
void
testNoFileOrArtifact()
void
testNoManifest()
void
testNullEntry()
void
testSignedArtifact()
void
testSimpleArtifact()
void
testSimpleArtifactOverwrite()
void
testSimpleJar()
void
testSimpleJarOverwrite()
-
-
-
Method Detail
-
testNullEntry
public void testNullEntry() throws IllegalStateException, IOException, com.github.dkartaschew.SignedJARException
- Throws:
IllegalStateException
IOException
com.github.dkartaschew.SignedJARException
-
testNoFileOrArtifact
public void testNoFileOrArtifact() throws IllegalStateException, IOException, com.github.dkartaschew.SignedJARException
- Throws:
IllegalStateException
IOException
com.github.dkartaschew.SignedJARException
-
testNoManifest
public void testNoManifest() throws IllegalStateException, IOException, com.github.dkartaschew.SignedJARException
- Throws:
IllegalStateException
IOException
com.github.dkartaschew.SignedJARException
-
testSimpleArtifactOverwrite
public void testSimpleArtifactOverwrite() throws Throwable
- Throws:
Throwable
-
-