com.beust.testng.TestNGAntTask Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testng Show documentation
Show all versions of testng Show documentation
Testing framework for Java
package com.beust.testng;
/**
* For backward compatibility.
*
* Created on Jun 18, 2005
* @author Cedric Beust
* @deprecated Use org.testng.TestNGAntTask
*/
@Deprecated
public class TestNGAntTask extends org.testng.TestNGAntTask {
}