package com.beust.testng;

For backward compatibility. Created on Jun 18, 2005
Author:Cedric Beust
Deprecated:Use org.testng.TestNG
/** * For backward compatibility. * * Created on Jun 18, 2005 * @author <a href="mailto:cedric@beust.com">Cedric Beust</a> * @deprecated Use org.testng.TestNG */
@Deprecated public class TestNG extends org.testng.TestNG { }