<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="JUnit - Page 3 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=JUnit&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=JUnit&amp;p=4">3.Next</a>
</p>
<p>phase - This phase is where the test infrastructure is prepared. Two levels of setup are available. The first type of setup is class-level setup in which a computationally expensive object, such as a database connection, is created and reused, with minimal side effects. Class-level setup is implemented using the  annotation. The other type is setup before running each test case, which uses the  annotation.<br/>
# Test execution - This phase is responsible for running the test and verifying the result. The test result will indicate if the test</p><p>
<a accesskey="1" href="page.php?w=JUnit&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=JUnit&amp;p=4">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
