blob: ad988a03561a3057493c6458d8a84a71247918e1 [file] [log] [blame]
package test.triangle;
import org.testng.annotations.*;
/**
* This class
*
* @author cbeust
*/
public class Child2 extends Base {
@Test
public void child2() {
assert m_isInitialized : "Wasn't initialized correctly";
}
}