In the past, usually I modified executeTest() of TestExecutor class to
bypass another test cases by checking cUnit.getName() method and execute
only one test case. However, nowadays, even if I apply this logic, still
some parts ("get daversename") for each test (1,300) are executed anyway.Does anyone know how I can execute only a single test in ExecutionTest? Best, Taewoo
