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