Home | History | Annotate | Download | only in testng
      1 package com.beust.testng;
      2 
      3 /**
      4  * For backward compatibility.
      5  *
      6  * Created on Jun 18, 2005
      7  * @author <a href="mailto:cedric (at) beust.com">Cedric Beust</a>
      8  * @deprecated Use org.testng.TestNG
      9  */
     10 @Deprecated
     11 public class TestNG extends org.testng.TestNG {
     12 
     13 }