Method Summary |
|
public void | testConstructorWithNullFile() Verifies that a NullPointerException is thrown when the
constructor is passed a null argument as file. |
public void | testConstructorWithNullInputStream() Verifies that a NullPointerException is thrown when the
constructor is passed a null argument as input stream. |
public void | testContainsClass() Verifies that the method containsClass() returns
true if the JAR contains the requested class. |
public void | testContainsClassEmpty() Verifies that the method containsClass() returns
false if the JAR does not contain such a class. |
public void | testRandomAccess() Verifies that random access to resources in the JAR is provided. |