You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chibash 040a9cfc26 fixes a minor bug in a test case. 6 years ago
..
Readme.txt Add missing unit test 6 years ago
empty.jar Remove close method on ClassPath. Add unit tests for new behaviour. 6 years ago
simple.jar Add missing unit test 6 years ago

Readme.txt

This directory contains files used by the unit tests.

empty.jar:
An empty, but valid, jar file.

simple.jar:
Contains a single Java class

```
package com.test;

public class Test {
public Test() {
}
}
```