File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
soot-infoflow-android/test/soot/jimple/infoflow/android/test/droidBench Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 11package soot .jimple .infoflow .android .test .droidBench ;
22
3+ import java .io .IOException ;
4+
35import org .junit .Assert ;
6+ import org .junit .Ignore ;
47import org .junit .Test ;
58import org .xmlpull .v1 .XmlPullParserException ;
6- import soot .jimple .infoflow .results .InfoflowResults ;
79
8- import java . io . IOException ;
10+ import soot . jimple . infoflow . results . InfoflowResults ;
911
1012public class FieldSourceTest extends JUnitTests {
1113
12- @ Test
13- public void runTestFlowSensitivity1 () throws IOException , XmlPullParserException {
14- InfoflowResults res = analyzeAPKFile ("FieldSource/FieldSourceTest.apk" );
15- Assert .assertNotNull (res );
16- }
14+ @ Test
15+ @ Ignore ("APK file missing" )
16+ public void runTestFlowSensitivity1 () throws IOException , XmlPullParserException {
17+ InfoflowResults res = analyzeAPKFile ("FieldSource/FieldSourceTest.apk" );
18+ Assert .assertNotNull (res );
19+ }
1720}
You can’t perform that action at this time.
0 commit comments