File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -323,25 +323,6 @@ def test_upperfunc(self, apkinfo_without_R2Imp):
323323
324324 assert expect_function in upper_methods
325325
326- def test_lowerfunc (self , apkinfo_without_R2Imp ):
327- apkinfo = apkinfo_without_R2Imp
328- method = apkinfo .find_method (
329- "Lcom/example/google/service/WebServiceCalling;" ,
330- "Send" ,
331- "(Landroid/os/Handler; Ljava/lang/String;)V" ,
332- )[0 ]
333-
334- expect_method = MethodObject (
335- "Ljava/lang/StringBuilder;" ,
336- "append" ,
337- "(Ljava/lang/String;)Ljava/lang/StringBuilder;" ,
338- )
339- expect_offset = 42
340-
341- upper_methods = apkinfo .lowerfunc (method )
342-
343- assert (expect_method , expect_offset ) in upper_methods
344-
345326 def test_get_method_bytecode (self , apkinfo_without_R2Imp ):
346327 apkinfo = apkinfo_without_R2Imp
347328 expected_bytecode_list = [
You can’t perform that action at this time.
0 commit comments