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 specs2-junit_sjs0.6_2.13.0-RC1-4.5.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.specs2.mutable
├─ org.specs2.mutable.SpecWithJUnit.class - [JAR]
├─ org.specs2.mutable.SpecificationWithJUnit.class - [JAR]
org.specs2
├─ org.specs2.SpecWithJUnit.class - [JAR]
├─ org.specs2.SpecificationWithJUnit.class - [JAR]
org.specs2.reporter
├─ org.specs2.reporter.JUnitDescriptions.class - [JAR]
├─ org.specs2.reporter.JUnitDescriptionsTree.class - [JAR]
├─ org.specs2.reporter.JUnitPrinter.class - [JAR]
├─ org.specs2.reporter.JUnitXmlPrinter.class - [JAR]
├─ org.specs2.reporter.ShowDescription.class - [JAR]
├─ org.specs2.reporter.SpecFailureAssertionFailedError.class - [JAR]
org.specs2.matcher
├─ org.specs2.matcher.JUnitExpectations.class - [JAR]
├─ org.specs2.matcher.JUnitMustExpectations.class - [JAR]
├─ org.specs2.matcher.JUnitMustMatchers.class - [JAR]
├─ org.specs2.matcher.JUnitShouldExpectations.class - [JAR]
├─ org.specs2.matcher.JUnitShouldMatchers.class - [JAR]
org.specs2.runner
├─ org.specs2.runner.JUnitRunner.class - [JAR]