This is an example repo to demonstrate a use case of the PseudoSweep Tool. A video demonstration is available here.
-
Clone this repo and change into the directory using
git clone git@github.com:PseudoTested/pseudosweep-demo.git cd pseudosweep-demo -
Set
PSWCPto the location of the location of thepseudosweep-0.0.1-SNAPSHOT.jarfile e.g.export PSWCP=/PATH/TO/pseudosweep-demo/pseudosweep-0.0.1-SNAPSHOT.jar -
Add the project to evaluate for pseudo-tested statements and methods to the current directory. (Triangle is included for example purposes)
-
Add PseudoSweep as a dependency to the pom.xml file as per instructions in PseudoSweep.
-
Configure
run-pseudosweep.shfor the given project. This includes the build tool commands and specifying which files you would like PseudoSweep to evaluate. -
Run
bash run-pseudosweep.sh <project-name>