Java 字节码注入工具,Byteman 2.2.1 发布
jopen 10年前
Byteman 是一个Java字节码注入工具,用以简化 Java 应用程序的测试和开发,使用名为 fault injection 的技术。通过在应用代码中注入脚本来对应用进行测试。
Byteman 2.2.1 发布了,可通过 Maven Central repository 或者 downloads page 获取到。
这是一个维护版本,主要是小 bug 修复,同时处理了一些在 JDK 9 Early Access 版本下运行的问题。
相关链接:
Byteman : Running from the Command Line
BMUNit : Using Byteman with JUnit or TestNG from maven or ant
Advanced Fault Injection with Byteman
Using the Byteman Rulecheck Maven Plugin
来自:http://www.oschina.net/news/58766/byteman-2-2-1