Method method = TestUtils.getTestMethod(description);
Statement testStatement = null;
// Create test context
TestRunnerContext context = new TestRunnerContext();
Path localRoot = Paths.get(".").toAbsolutePath();
context.setLocalRoot(localRoot.toString());
logger.info("New test context: " + context.getUuid());
if (this.type == TestRunnerType.CONTAINER) {
// Create the test statement, i.e. the statement that invokes the test method annotated
// with @Test