()
| 129 | } |
| 130 | |
| 131 | @Before |
| 132 | public void setUp() throws Exception { |
| 133 | log = LogFactory.getLog(getClass()); |
| 134 | log.info("Starting test case [" + testName.getMethodName() + "]"); |
| 135 | } |
| 136 | |
| 137 | @After |
| 138 | public void tearDown() throws Exception { |
nothing calls this directly
no test coverage detected