- To compile all code:
mvn compile
- To run all tests:
mvn test
- To determine coverage information:
mvn jacoco:report
- Open
target/site/jacoco/index.html
for an HTML coverage report
- To perform mutation testing / analysis:
mvn org.pitest:pitest-maven:mutationCoverage
- Open
target/pit-reports/CURRENT_DATE_TIME/index.html
for an HTML report
- If running on
k200.ecs.csun.edu
:- I have Maven installed already; do
export PATH=$PATH:/home/users5/kdewey/maven_public/apache-maven-3.5.4/bin
- Change
maven.compiler.source
andmaven.compiler.target
to1.8
instead of the existing1.10
- I have Maven installed already; do
-
Notifications
You must be signed in to change notification settings - Fork 0
arminekhachatryan94/java-testing
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Automated tests for binary trees and property-based testing with JUnit
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published