TesterHome
  • 社区
  • 问答
  • 社团
  • 专栏 | 测试服务
  • 活动
  • 招聘
  • Wiki
  • 开源项目
  • 注册
  • 登录
新手
houseshi (shixing)
第 50012 位会员 / 2020-01-11
2 篇帖子 • 6 条回帖
0 关注者
0 正在关注
1 收藏
打赏支持
GitHub Public Repos
  • app-inspector 0

    App-inspector is a mobile UI viewer in browser.

  • whistle 0

    HTTP, HTTP2, HTTPS, Websocket debugging proxy

  • notepad-plugin 0

    个人文档手记

  • houseshi 0

    Config files for my GitHub profile.

  • whistle.custom-parser 0

    custom connection package parser

  • antd-admin 0

    An excellent front-end solution for enterprise applications built upon Ant Design and UmiJS

  • fabu.love 0

    应用发布平台类似fir.im/蒲公英,支持检查更新,灰度发布等等.Demo地址:https://fabu.apppills.com/

  • implicitReading 0

    implicitReading

  • chrome-extension-types... 0

    Chrome Extension TypeScript Starter

  • barebones-react-typesc... 0

    This project is a basic setup for an app written in TypeScript that has a front-end and back-end ...

More on GitHub
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 热门话题
  • 最近回帖
  • Macaca macaca-reporter-java-plugin (基于 java-junit5 的 macaca 测试报告)
    3 个赞 / 0 条回复
  • 通用技术 junit5-TestExecutionListener,参数化测试的时候失败的 test,获取结果 “SUCCESSFUL”
    1 个赞 / 5 条回复
  • 在需求混乱的产品团队中测试人员如何去做好测试需求分析,推进左移工作? at 2021年09月27日

    棒棒哒!

  • junit5-TestExecutionListener,参数化测试的时候失败的 test,获取结果 “SUCCESSFUL” at 2020年04月08日

    贴上 issue 地址,https://github.com/junit-team/junit5/issues/2247
    感谢大神的答疑解惑。

  • junit5-TestExecutionListener,参数化测试的时候失败的 test,获取结果 “SUCCESSFUL” at 2020年04月08日

    @Test @ParameterizedTest两个注解不能同时用, @ParameterizedTest 认为是一个容器,容器中存放 test。
    共同使用会有冲突,或者被重复执行。

    单独使用@ParameterizedTest 时,这个容器下会使用传递的参数自动创建 tests(个人理解),所以 是我的判读方法有问题,不能直接去用 testExecutionResult.getStatus().name() 去判断,因为可能拿到的是容器的执行结果 。

    正确的判断是否为 testIdentifier.isTest(),会返回一个布尔值 ,确定是用例时,在去通过 testExecutionResult.getStatus().name() 取用例执行结果

    大概就这是这样子

  • junit5-TestExecutionListener,参数化测试的时候失败的 test,获取结果 “SUCCESSFUL” at 2020年04月08日

    问题提交到开源,收到回复,如下:

    @ParameterizedTest method is technically a "container" in JUnit 5, but the individual parameterized test method invocations below that container are "tests".

    认为@ParameterizedTest是一个容器,而非一个 test 。

  • macaca 样例执行失败,请大神帮忙看一下! at 2020年02月18日

    问题解决了么 ?

关于 / 活跃用户 / 中国移动互联网测试技术大会 / 反馈 / Github / API / 帮助推广
TesterHome社区,测试之家,由众多测试工程师组织和维护的技术社区,致力于帮助新人成长,提高测试地位,推进质量发展。Inspired by RubyChina
友情链接 WeTest腾讯质量开放平台 / InfoQ / 掘金 / SegmentFault / 测试窝 / 百度测试吧 / IT大咖说
简体中文 / 正體中文 / English

©testerhome.com 测试之家   渝ICP备2022001292号