View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window testing-0.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
br.com.objectos.testing
├─ br.com.objectos.testing.AnnotationProcessorAssert.class - [JAR]
├─ br.com.objectos.testing.LineAssert.class - [JAR]
├─ br.com.objectos.testing.MatcherEqualTo.class - [JAR]
├─ br.com.objectos.testing.MatcherFileContents.class - [JAR]
├─ br.com.objectos.testing.MatcherTestable.class - [JAR]
├─ br.com.objectos.testing.MatcherTestableList.class - [JAR]
├─ br.com.objectos.testing.MatcherToStringEqualToResource.class - [JAR]
├─ br.com.objectos.testing.MoreAsserts.class - [JAR]
├─ br.com.objectos.testing.MoreMatchers.class - [JAR]
├─ br.com.objectos.testing.TestResources.class - [JAR]