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 org-netbeans-modules-php-api-testing-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.php.spi.testing.run
├─ org.netbeans.modules.php.spi.testing.run.OutputLineHandler.class - [JAR]
├─ org.netbeans.modules.php.spi.testing.run.TestCase.class - [JAR]
├─ org.netbeans.modules.php.spi.testing.run.TestRunException.class - [JAR]
├─ org.netbeans.modules.php.spi.testing.run.TestRunInfo.class - [JAR]
├─ org.netbeans.modules.php.spi.testing.run.TestSession.class - [JAR]
├─ org.netbeans.modules.php.spi.testing.run.TestSuite.class - [JAR]
org.netbeans.modules.php.spi.testing.locate
├─ org.netbeans.modules.php.spi.testing.locate.Locations.class - [JAR]
├─ org.netbeans.modules.php.spi.testing.locate.TestLocator.class - [JAR]
org.netbeans.modules.php.spi.testing
├─ org.netbeans.modules.php.spi.testing.PhpTestingProvider.class - [JAR]
├─ org.netbeans.modules.php.spi.testing.PhpTestingProviders.class - [JAR]
org.netbeans.modules.php.spi.testing.coverage
├─ org.netbeans.modules.php.spi.testing.coverage.Coverage.class - [JAR]
├─ org.netbeans.modules.php.spi.testing.coverage.FileMetrics.class - [JAR]
org.netbeans.modules.php.spi.testing.create
├─ org.netbeans.modules.php.spi.testing.create.Bundle.class - [JAR]
├─ org.netbeans.modules.php.spi.testing.create.CreateTestsResult.class - [JAR]
├─ org.netbeans.modules.php.spi.testing.create.CreateTestsSupport.class - [JAR]
├─ org.netbeans.modules.php.spi.testing.create.EmptyTestCreatorConfiguration.class - [JAR]
org.netbeans.modules.php.api.testing.registration
├─ org.netbeans.modules.php.api.testing.registration.PhpTestingRegistrationProcessor.class - [JAR]
org.netbeans.modules.php.api.testing
├─ org.netbeans.modules.php.api.testing.PhpTesting.class - [JAR]