Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
chibash 040a9cfc26 fixes a minor bug in a test case. il y a 6 ans
..
Readme.txt Add missing unit test il y a 6 ans
empty.jar Remove close method on ClassPath. Add unit tests for new behaviour. il y a 6 ans
simple.jar Add missing unit test il y a 6 ans

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