Пример #1
0
 /**
  * Splices, compiles, and starts a run of the JUnit test with the users methods.
  *
  * @param userMethods the users method(s) to test
  * @param junitCode the test to perform
  * @throws java.lang.Exception if the test failed to start
  */
 public void run(String userMethods, String junitCode) throws Exception {
   builder.exec(userMethods, junitCode);
 }