• Home
Name Date Size #Lines LOC

..--

Readme.txtD03-May-2024209 1712

Readme.txt

1This directory contains files used by the unit tests.
2
3empty.jar:
4An empty, but valid, jar file.
5
6simple.jar:
7Contains a single Java class
8
9```
10package com.test;
11
12public class Test {
13	public Test() {
14	}
15}
16```
17