Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-737

Support Byteman Rules in client mode

XMLWordPrintable

      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() {
             ...
             
          }
      

              aslak@redhat.com Aslak Knutsen
              aslak@redhat.com Aslak Knutsen
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: