salomon1184
salomon1184
只能加一个? 不太灵活啊, 如果我想传递账户名和密码,肯定想这么写 -e user “fdaf” - password "kkk“ ,如果你这样只能-e custom ”fdaf--kkk“, 最后收到再处理了,如果参数更多那就是噩梦了,BTW, 源码里只看见你往JunitReportTestRunner中增了这个参数处理,但没有见到把这个参数最终传递给testcase,这个在测试类里怎么得到这个参数?getParams().getString("custom"); ???
如果不限制传参个数,最好把整个Bundle传递给TestCase是吧,但是这样JunitReportTestRunner里用于控制生成xml格式的参数也传递进去了,筛选出来用户自定义的new一个Bundle然后再传递个TestCase?
谢谢啊,但是大哥,上个问题也给解决一下呗?难道是我手机的问题?那好歹也保证hirerachyviewer能获取property的情况下, Cafe也照样能获得啊,还有就是在文档或者程序Log里能不能把Cafe不适用的情况重点提一下,这样可以保证后续试用者不会犯跟我一样的疑惑
嗯,这么考量也有道理,请教一下,如果用cafe做分层设计是否合理,潜在的风险和弊端在哪呢?类似这篇帖子描述的http://www.cnblogs.com/salomon/archive/2013/03/27/2984050.html
I get a error with the same question too (in docker vm) `Traceback (most recent call last): File "/opt/ida-6.8/python/init.py", line 14, in import os zipimport.ZipImportError: can't decompress data; zlib not...
**author** = 'flanker' ''' Util to extract Source info from dex and restore class name from proguard ''' from jeb.api import IScript from jeb.api.ui import View from collections import defaultdict...