blob: 77518316ccbac03f59aea993d07583256413e802 [file] [log] [blame]
package org.testng.junit;
import org.junit.runner.Description;
/**
*
* @author lukas
*/
public class JUnit4TestClass extends JUnitTestClass {
public JUnit4TestClass(Description test) {
super(test.getTestClass());
}
}