3233343536373839
/** * Test constructor */ @Test public void constructor() { assertNotNull(new Assert() { }); }