All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.testng.junit.JUnit4TestClass Maven / Gradle / Ivy

package org.testng.junit;

import org.junit.runner.Description;

/**
 *
 * @author lukas
 */
public class JUnit4TestClass extends JUnitTestClass {

    public JUnit4TestClass(Description test) {
        super(test.getTestClass());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy