secure-software-engineering / FlowDroid

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

Does FlowDroid has test cases involving Java applications which are not android applications #497

Closed DeepakUniAdel closed 1 year ago

DeepakUniAdel commented 1 year ago

Hi Steven,

Does FlowDroid include test cases which are just java applications other than android applications.

StevenArzt commented 1 year ago

Have a look at the test cases in the soot-infoflow module, they are plain Java. The folder junit contains the JUnit test cases, the folder above it contains the test targets.