| org.apache.tools.zip.ZipLongTest
ZipLongTest | public class ZipLongTest extends TestCase (Code) | | JUnit 3 testcases for org.apache.tools.zip.ZipLong.
|
Method Summary | |
public void | testEquals() Test the contract of the equals method. | public void | testFromBytes() Test conversion from bytes. | public void | testSign() Test sign handling. | public void | testToBytes() Test conversion to bytes. |
testEquals | public void testEquals()(Code) | | Test the contract of the equals method.
|
testFromBytes | public void testFromBytes()(Code) | | Test conversion from bytes.
|
testSign | public void testSign()(Code) | | Test sign handling.
|
testToBytes | public void testToBytes()(Code) | | Test conversion to bytes.
|
|
|