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 core-0.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fitbur.testify.descriptor
├─ com.fitbur.testify.descriptor.CutDescriptor.class - [JAR]
├─ com.fitbur.testify.descriptor.DescriptorKey.class - [JAR]
├─ com.fitbur.testify.descriptor.FieldDescriptor.class - [JAR]
├─ com.fitbur.testify.descriptor.MethodDescriptor.class - [JAR]
├─ com.fitbur.testify.descriptor.ParameterDescriptor.class - [JAR]
com.fitbur.testify.analyzer
├─ com.fitbur.testify.analyzer.CutClassAnalyzer.class - [JAR]
├─ com.fitbur.testify.analyzer.TestClassAnalyzer.class - [JAR]
com.fitbur.testify
├─ com.fitbur.testify.TestCaseInstance.class - [JAR]
├─ com.fitbur.testify.TestContext.class - [JAR]
├─ com.fitbur.testify.TestInjector.class - [JAR]
├─ com.fitbur.testify.TestNeedContainers.class - [JAR]
├─ com.fitbur.testify.TestNeedDescriptor.class - [JAR]
├─ com.fitbur.testify.TestNeeds.class - [JAR]
├─ com.fitbur.testify.TestReifier.class - [JAR]
├─ com.fitbur.testify.TestVerifier.class - [JAR]