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 voidtestEmptyArtifact()voidtestMalformedArtifact()voidtestMalformedArtifact2()voidtestMalformedArtifact3()voidtestMalformedArtifact4()voidtestNoFileOrArtifact()voidtestNoManifest()voidtestNullEntry()voidtestSignedArtifact()voidtestSimpleArtifact()voidtestSimpleArtifactOverwrite()voidtestSimpleJar()voidtestSimpleJarOverwrite()
-
-
-
Method Detail
-
testNullEntry
public void testNullEntry() throws IllegalStateException, IOException, com.github.dkartaschew.SignedJARException- Throws:
IllegalStateExceptionIOExceptioncom.github.dkartaschew.SignedJARException
-
testNoFileOrArtifact
public void testNoFileOrArtifact() throws IllegalStateException, IOException, com.github.dkartaschew.SignedJARException- Throws:
IllegalStateExceptionIOExceptioncom.github.dkartaschew.SignedJARException
-
testNoManifest
public void testNoManifest() throws IllegalStateException, IOException, com.github.dkartaschew.SignedJARException- Throws:
IllegalStateExceptionIOExceptioncom.github.dkartaschew.SignedJARException
-
testSimpleArtifactOverwrite
public void testSimpleArtifactOverwrite() throws Throwable- Throws:
Throwable
-
-