File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def forensic(scope="function"):
22
22
23
23
class TestForensic :
24
24
def test_all_strings (self , forensic ):
25
- assert len (forensic .get_all_strings ()) == 1005
25
+ assert len (forensic .get_all_strings ()) == 4378
26
26
27
27
def test_get_url (self , forensic ):
28
28
assert len (forensic .get_url ()) == 4
@@ -48,10 +48,10 @@ def test_get_file(self, forensic):
48
48
assert len (forensic .get_file ()) == 0
49
49
50
50
def test_get_base64 (self , forensic ):
51
- assert len (forensic .get_base64 ()) == 102
51
+ assert len (forensic .get_base64 ()) == 603
52
52
53
53
def test_get_android_api (self , forensic ):
54
- assert len (forensic .get_android_api ()) == 640
54
+ assert len (forensic .get_android_api ()) == 828
55
55
56
56
result = [str (x ) for x in forensic .get_android_api ()]
57
57
assert any ("getCellLocation" in meth for meth in result )
Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ def testMethodGetXrefFrom(QUARK_ANALYSIS_RESULT_FOR_RULE_68):
405
405
406
406
@staticmethod
407
407
def testGetAllStrings (QUARK_ANALYSIS_RESULT_FOR_RULE_68 ):
408
- assert len (QUARK_ANALYSIS_RESULT_FOR_RULE_68 .getAllStrings ()) == 1005
408
+ assert len (QUARK_ANALYSIS_RESULT_FOR_RULE_68 .getAllStrings ()) == 4378
409
409
410
410
@staticmethod
411
411
def testIsHardCoded (QUARK_ANALYSIS_RESULT_FOR_RULE_68 ):
You can’t perform that action at this time.
0 commit comments