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 kotlintest-runner-junit4-3.4.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.kotlintest.specs
├─ io.kotlintest.specs.AnnotationSpec.class - [JAR]
├─ io.kotlintest.specs.BehaviorSpec.class - [JAR]
├─ io.kotlintest.specs.DescribeSpec.class - [JAR]
├─ io.kotlintest.specs.ExpectSpec.class - [JAR]
├─ io.kotlintest.specs.FeatureSpec.class - [JAR]
├─ io.kotlintest.specs.FreeSpec.class - [JAR]
├─ io.kotlintest.specs.FunSpec.class - [JAR]
├─ io.kotlintest.specs.ShouldSpec.class - [JAR]
├─ io.kotlintest.specs.StringSpec.class - [JAR]
├─ io.kotlintest.specs.WordSpec.class - [JAR]
io.kotlintest.runner.junit4
├─ io.kotlintest.runner.junit4.JUnitTestRunnerListener.class - [JAR]
├─ io.kotlintest.runner.junit4.KotlinTestRunner.class - [JAR]
├─ io.kotlintest.runner.junit4.RunnerHelpersKt.class - [JAR]