-
Feature Request
-
Resolution: Done
-
Major
-
byteman_1.0.0.Alpha1
-
None
Byteman needs to attach itself to the Test VM as well as the Server VM.
@Test @RunAsClient
@BMRule(
name = "rule", targetClass = "org.hornetq.core.postoffice.impl.PostOfficeImpl", targetMethod = "processRoute", action = "System.out.println("Hi, it's working.");")
public void test() {
...
}