0 Replies Latest reply on Feb 19, 2013 6:11 AM by ataylor

    Byteman tests

    ataylor

      You will see that some (1) byteman tests have appeared, take a look at LatencyTest.java, it pretty simple to do, just add a BMRule for each piece of code you want to inject somewhere.

       

      If you need to write any new tests where you need to pause methods, change class fields etc we should add them here. Also any existing tests where we have added methods just for testing we can put here if needed.

       

      Byteman is pretty powerful as to what you can do so take a look, play about and look at the Byteman docs or tutorials.