78910111213
public class AssertionTest { private LoggingAssert m_assert; @BeforeMethod public void bm() { m_assert = new LoggingAssert(); }