Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
chibash 040a9cfc26 fixes a minor bug in a test case. 6 лет назад
..
Readme.txt Add missing unit test 6 лет назад
empty.jar Remove close method on ClassPath. Add unit tests for new behaviour. 6 лет назад
simple.jar Add missing unit test 6 лет назад

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() {
}
}
```