• Home
  • Raw
  • Download

Lines Matching +full:test +full:- +full:static +full:- +full:rel

3         <title>TestNG - Migrating from JUnit</title>
5 <link rel="stylesheet" href="testng.css" type="text/css" />
6 <link type="text/css" rel="stylesheet" href="http://beust.com/beust.css" />
15 <link type="text/css" rel="stylesheet" href="http://beust.com/styles/shCore.css"/>
16 <link type="text/css" rel="stylesheet" href="http://beust.com/styles/shThemeCedric.css"/>
35 …e Eclipse TestNG plug-in refactoring support. You will find a full description of its features in …
38 …f you are porting code that uses JUnit's asserts, you might want to us a static import of that cla…
41 import static org.testng.AssertJUnit.*;
49 change your test runner from JUnit to TestNG in Ant and then run TestNG in <tt>"mixed"</tt> mode.
53 <h4>Example - replacing JUnit Ant task with TestNG one</h4>
58 &lt;batchtest todir="${build.test.results.dir}"&gt;
59 &lt;fileset dir="${test.src.dir}"&gt;
60 &lt;include name="**/*Test.*"/&gt;
63 &lt;path path="${run.test.classpath}"/&gt;
66 &lt;propertyref prefix="test-sys-prop."/&gt;
67 &lt;mapper from="test-sys-prop.*" to="*" type="glob"/&gt;
70 &lt;jvmarg value="-ea"/&gt;
77 &lt;taskdef name="testng" classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}"/&g…
79 &lt;fileset id="mixed.tests" dir="${test.src.dir}"&gt;
80 &lt;include name="**/*Test.*"/&gt;
83 …" workingDir="${work.dir}" failureProperty="tests.failed" outputdir="${build.test.results.dir}"&gt;
85 &lt;pathelement path="${build.test.classes.dir}"/&gt;
86 &lt;pathelement path="${run.test.classpath}"/&gt;
90 &lt;propertyref prefix="test-sys-prop."/&gt;
91 &lt;mapper from="test-sys-prop.*" to="*" type="glob"/&gt;
101 …<li><a href="http://www.opengamma.com/blog/2011/04/04/converting-opengamma-junit-testng">Here is t…
105 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
108 _uacct = "UA-238215-2";