Class EncryptionRuleTest
java.lang.Object
org.openpreservation.odf.validation.rules.EncryptionRuleTest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
-
Constructor Details
-
EncryptionRuleTest
public EncryptionRuleTest()
-
-
Method Details
-
testEqualsContract
public void testEqualsContract() -
testGetInstance
public void testGetInstance() -
testCheckNullXmlDoc
public void testCheckNullXmlDoc() -
testCheckValidPackage
public void testCheckValidPackage() throws URISyntaxException, PackageParser.ParseException, FileNotFoundException -
testCheckNotZipPackage
public void testCheckNotZipPackage() throws URISyntaxException, PackageParser.ParseException, FileNotFoundException -
testCheckNotWellFormedPackage
public void testCheckNotWellFormedPackage() throws URISyntaxException, PackageParser.ParseException, FileNotFoundException -
testCheckInvalidPackage
public void testCheckInvalidPackage() throws URISyntaxException, PackageParser.ParseException, FileNotFoundException -
testCheckValidEncryptedPackage
public void testCheckValidEncryptedPackage() throws URISyntaxException, PackageParser.ParseException, FileNotFoundException
-