Use import static org.testng.Assert.*
Don't use the JUnit stuff. Just migrate the Junit stuff. Putting an import static will fix the compilation errors. On Mon, Jan 2, 2012 at 12:01 PM, Subash Chaturanga <[email protected]> wrote: > Hi Azeez, > > When migrating to TestNG from JUnit, there are slight changes in the APIs > (in Assertions). I have already started re-factoring most of them. > But I just saw that there is an alternative JUnit compatible > testng.AssertJUnit class. Which one is preferred ? > (As we're completely moving away from JUnit, I thought of using the pure > org.testng.Assert class and re-factor our tests accordingly). > > WDYT ? > > Thanks > /subash > -- > > Subash Chaturanga > Software Engineer > WSO2 Inc. http://wso2.com > > email - [email protected] > phone - 077 2225922 > > -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * <http://www.apache.org/>** email: **[email protected]* <[email protected]>* cell: +94 77 3320919 blog: **http://blog.afkham.org* <http://blog.afkham.org>* twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez> * linked-in: **http://lk.linkedin.com/in/afkhamazeez* * * *Lean . Enterprise . Middleware*
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
