secure-software-engineering / FlowDroid

FlowDroid Static Data Flow Tracker
GNU Lesser General Public License v2.1
1.02k stars 293 forks source link

Run single Test using Maven #552

Closed Jclavo closed 1 year ago

Jclavo commented 1 year ago

Hi @StevenArzt, I am trying to run a single class test using the next command mvn test -Dtest=soot.jimple.infoflow.test.securibench.AliasingTests in the previous line, I am trying to run a tests from Infloflow folder in its securibench folder (which I imagine are their test) Am I right?

Jclavo commented 1 year ago

Just to update, I was trying to test "java classes" so everything that I need is in folder soot-infoflow inside the folder, can be run an specific folder test with mvn test -Dtest="soot.jimple.infoflow.test.securibench.**"