Skip to content

terminatorbill/brogrammers-csv-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brogrammers-csv-plugin

alt text

About:

  • CSV reader-writer plugin with performance and good engineering practices in mind.

Dependencies Used:

  • JUnit

Build Tool:

  • Maven

Build Plugins Used:

  • Maven surefire (for unit tests)
  • Maven failsafe (for integration tests)
  • Jacoco (for line and branch coverage on unit tests)
  • Pitest (for mutation testing on unit tests)

Unit Tests:

  • mvn test
  • To see jacoco output go to: target/jacoco-ut/index.html

Integration Tests:

  • mvn integration-test

Mutation Testing:

  • mvn test org.pitest:pitest-maven:mutationCoverage
  • To see pitest output go to: target/pit-reports/index.html

Apply Coverage Rules (for Jacoco & Pitest):

  • mvn verify

Package Application:

  • mvn clean package

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages