proton-tests
· The Proton python system tests execute against the Java or C implementation, using Maven (via this pom) and CMake/CTest respectively.
To run the tests against proton-j, execute:
mvn test
Example of advanced usage (all of the -D flags are optional):
mvn test \
-Dproton.pythontest.pattern='proton_tests.transport.ClientTransportTest.*' \
-Dproton.pythontest.invocations=20 \
-Dproton.pythontest.always_colorize=true
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 proton-tests-0.16.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.