The Proton system tests execute against either the Java or the C implementations, based on the chosen profile. To execute, run either "mvn test -P proton-j" or "mvn test -P proton-jni". To reduce the set of Python tests run, set system property proton.pythontest.pattern, for example: mvn test -Dproton.pythontest.pattern='proton_tests.transport.TransportTest.*' The proton-jni profile looks for the JNI jar and native libraries under directory <basedir>/build/proton-c. To override this, run ...
Pragmatic Unit Testing in Java with JUnitPragmatic Unit Testing in Java with JUnit (2024)
by Langr, Jeff
Learning Test-Driven Development: A Polyglot Guide to Writing Uncluttered CodeLearning Test-Driven Development: A Polyglot Guide to Writing Uncluttered Code (2021)
by Siddiqui, Saleem
Test-Driven Development with Java: Create higher-quality software by writing tests first with SOLID and hexagonal architectureTest-Driven Development with Java: Create higher-quality software by writing tests first with SOLID and hexagonal architecture (2023)
by Mellor, Alan
Test-Driven Java Development - Second Edition: Invoke TDD principles for end-to-end application developmentTest-Driven Java Development - Second Edition: Invoke TDD principles for end-to-end application development (2018)
by Alex Garcia;Viktor Farcic
Java For Testers: Learn Java fundamentals fastJava For Testers: Learn Java fundamentals fast (2015)
by Richardson, Mr Alan J
Test Driven: TDD and Acceptance TDD for Java DevelopersTest Driven: TDD and Acceptance TDD for Java Developers (2007)
by Koskela, Lasse