<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns:lxslt="http://xml.apache.org/xslt" xmlns:stringutils="xalan://org.apache.tools.ant.util.StringUtils">
<head>
<META http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Unit Test Results</title>
<style type="text/css">
body {
font:normal 68% verdana,arial,helvetica;
color:#000000;
}
table tr td, table tr th {
font-size: 68%;
}
table.details tr th{
font-weight: bold;
text-align:left;
background:#a6caf0;
}
table.details tr td{
background:#eeeee0;
}
p {
line-height:1.5em;
margin-top:0.5em; margin-bottom:1.0em;
}
h1 {
margin: 0px 0px 5px; font: 165% verdana,arial,helvetica
}
h2 {
margin-top: 1em; margin-bottom: 0.5em; font: bold 125% verdana,arial,helvetica
}
h3 {
margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica
}
h4 {
margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
}
h5 {
margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
}
h6 {
margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
}
.Error {
font-weight:bold; color:red;
}
.Failure {
font-weight:bold; color:purple;
}
.Properties {
text-align:right;
}
</style>
<script type="text/javascript" language="JavaScript">
var TestCases = new Array();
var cur;
cur = TestCases['.Blog'] = new Array();
cur = TestCases['.Contact List'] = new Array();
cur = TestCases['.DVD Store: Admin Beans'] = new Array();
cur = TestCases['.DVD Store: Model Unit Tests'] = new Array();
cur = TestCases['.DVD Store: Order'] = new Array();
cur = TestCases['.DVD Store: Store Beans'] = new Array();
cur = TestCases['.Drools '] = new Array();
cur = TestCases['.Hibernate Booking'] = new Array();
cur = TestCases['.Hotel Booking'] = new Array();
cur = TestCases['.JPA Booking'] = new Array();
cur = TestCases['.MessageList'] = new Array();
cur = TestCases['.Nested Hotel Booking'] = new Array();
cur = TestCases['.NumberGuess'] = new Array();
cur = TestCases['.Quartz Example'] = new Array();
cur = TestCases['.Register'] = new Array();
cur = TestCases['.Seam Core - Integration: BPM'] = new Array();
cur = TestCases['.Seam Core - Integration: Components'] = new Array();
cur = TestCases['.Seam Core - Integration: Contexts'] = new Array();
cur = TestCases['.Seam Core - Integration: EL'] = new Array();
cur = TestCases['.Seam Core - Integration: Events'] = new Array();
cur = TestCases['.Seam Core - Integration: Framework'] = new Array();
cur = TestCases['.Seam Core - Integration: JMS'] = new Array();
cur = TestCases['.Seam Core - Integration: Mocks'] = new Array();
cur = TestCases['Seam Core - Integration: Pages.xml'] = new Array();
cur = TestCases['.Seam Core - Integration: Persistence'] = new Array();
cur = TestCases['.Seam Core - Integration: i8ln'] = new Array();
cur = TestCases['.Unit'] = new Array();
cur = TestCases['.Seam Mail Tests'] = new Array();
cur = TestCases['.SeamBay: Create Auction'] = new Array();
cur = TestCases['.SeamDiscs: Artist Tests'] = new Array();
cur = TestCases['.SeamDiscs: Disc Tests'] = new Array();
cur = TestCases['.SeamDiscs: Login Test'] = new Array();
cur = TestCases['.SeamSpace: Blog'] = new Array();
cur = TestCases['.SeamSpace: Register'] = new Array();
cur = TestCases['.TodoList'] = new Array();
cur = TestCases['.pdf tests'] = new Array();
cur = TestCases['.seampay'] = new Array();
cur = TestCases['.Browsing'] = new Array();
cur = TestCases['.DAO'] = new Array();
cur = TestCases['.Editing'] = new Array();
cur = TestCases['.Feeds'] = new Array();
cur = TestCases['.Model'] = new Array();
cur = TestCases['.NestedSet'] = new Array();
cur = TestCases['.Plugins'] = new Array();
cur = TestCases['.Preferences'] = new Array();
cur = TestCases['.User'] = new Array();
</script><script type="text/javascript" language="JavaScript">
function displayProperties (name) {
var win = window.open('','JUnitSystemProperties','scrollbars=1,resizable=1');
var doc = win.document;
doc.open();
doc.write("<html><head><title>Properties of " + name + "</title>");
doc.write("<style>")
doc.write("body {font:normal 68% verdana,arial,helvetica; color:#000000; }");
doc.write("table tr td, table tr th { font-size: 68%; }");
doc.write("table.properties { border-collapse:collapse; border-left:solid 1 #cccccc; border-top:solid 1 #cccccc; padding:5px; }");
doc.write("table.properties th { text-align:left; border-right:solid 1 #cccccc; border-bottom:solid 1 #cccccc; background-color:#eeeeee; }");
doc.write("table.properties td { font:normal; text-align:left; border-right:solid 1 #cccccc; border-bottom:solid 1 #cccccc; background-color:#fffffff; }");
doc.write("h3 { margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica }");
doc.write("</style>");
doc.write("</head><body>");
doc.write("<h3>Properties of " + name + "</h3>");
doc.write("<div align=\"right\"><a href=\"javascript:window.close();\">Close</a></div>");
doc.write("<table class='properties'>");
doc.write("<tr><th>Name</th><th>Value</th></tr>");
for (prop in TestCases[name]) {
doc.write("<tr><th>" + prop + "</th><td>" + TestCases[name][prop] + "</td></tr>");
}
doc.write("</table>");
doc.write("</body></html>");
doc.close();
win.focus();
}
</script>
</head>
<body>
<a name="top"></a>
<h1>Unit Test Results</h1>
<table width="100%">
<tr>
<td align="left"></td><td align="right">Designed for use with <a href="http://www.junit.org">JUnit</a> and <a href="http://ant.apache.org/ant">Ant</a>.</td>
</tr>
</table>
<hr size="1">
<h2>Summary</h2>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Tests</th><th>Failures</th><th>Errors</th><th>Success rate</th><th>Time</th>
</tr>
<tr valign="top" class="Failure">
<td>312</td><td>2</td><td>0</td><td>99.36%</td><td>577.163</td>
</tr>
</table>
<table border="0" width="95%">
<tr>
<td style="text-align: justify;">
Note: <i>failures</i> are anticipated and checked for with assertions while <i>errors</i> are unanticipated.
</td>
</tr>
</table>
<hr size="1" width="95%" align="left">
<h2>Packages</h2>
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th width="80%">Name</th><th>Tests</th><th>Errors</th><th>Failures</th><th nowrap="nowrap">Time(s)</th><th nowrap="nowrap">Time Stamp</th><th>Host</th>
</tr>
<tr valign="top" class="Failure">
<td><a href="#"></a></td><td>310</td><td>0</td><td>2</td><td>574.622</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Seam Core - Integration: Pages">Seam Core - Integration: Pages</a></td><td>2</td><td>0</td><td>0</td><td>2.541</td><td></td><td></td>
</tr>
</table>
<hr size="1" width="95%" align="left">
<a name=""></a>
<h3>Package </h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th width="80%">Name</th><th>Tests</th><th>Errors</th><th>Failures</th><th nowrap="nowrap">Time(s)</th><th nowrap="nowrap">Time Stamp</th><th>Host</th>
</tr>
<tr valign="top" class="">
<td><a href="#Blog">Blog</a></td><td>5</td><td>0</td><td>0</td><td>17.684</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Contact List">Contact List</a></td><td>3</td><td>0</td><td>0</td><td>14.969</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#DVD Store: Admin Beans">DVD Store: Admin Beans</a></td><td>1</td><td>0</td><td>0</td><td>4.222</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#DVD Store: Model Unit Tests">DVD Store: Model Unit Tests</a></td><td>2</td><td>0</td><td>0</td><td>28.106</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#DVD Store: Order">DVD Store: Order</a></td><td>6</td><td>0</td><td>0</td><td>6.889</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#DVD Store: Store Beans">DVD Store: Store Beans</a></td><td>2</td><td>0</td><td>0</td><td>15.160</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Drools ">Drools </a></td><td>2</td><td>0</td><td>0</td><td>17.312</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Hibernate Booking">Hibernate Booking</a></td><td>4</td><td>0</td><td>0</td><td>21.073</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Hotel Booking">Hotel Booking</a></td><td>4</td><td>0</td><td>0</td><td>23.333</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#JPA Booking">JPA Booking</a></td><td>4</td><td>0</td><td>0</td><td>19.657</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#MessageList">MessageList</a></td><td>1</td><td>0</td><td>0</td><td>15.372</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Nested Hotel Booking">Nested Hotel Booking</a></td><td>1</td><td>0</td><td>0</td><td>18.191</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#NumberGuess">NumberGuess</a></td><td>2</td><td>0</td><td>0</td><td>15.197</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Quartz Example">Quartz Example</a></td><td>8</td><td>0</td><td>0</td><td>27.902</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Register">Register</a></td><td>1</td><td>0</td><td>0</td><td>15.828</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Seam Core - Integration: BPM">Seam Core - Integration: BPM</a></td><td>4</td><td>0</td><td>0</td><td>5.510</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Seam Core - Integration: Components">Seam Core - Integration: Components</a></td><td>1</td><td>0</td><td>0</td><td>2.560</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Seam Core - Integration: Contexts">Seam Core - Integration: Contexts</a></td><td>4</td><td>0</td><td>0</td><td>25.892</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Seam Core - Integration: EL">Seam Core - Integration: EL</a></td><td>5</td><td>0</td><td>0</td><td>2.962</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Seam Core - Integration: Events">Seam Core - Integration: Events</a></td><td>1</td><td>0</td><td>0</td><td>2.339</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Seam Core - Integration: Framework">Seam Core - Integration: Framework</a></td><td>2</td><td>0</td><td>0</td><td>2.777</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Seam Core - Integration: JMS">Seam Core - Integration: JMS</a></td><td>3</td><td>0</td><td>0</td><td>9.824</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Seam Core - Integration: Mocks">Seam Core - Integration: Mocks</a></td><td>1</td><td>0</td><td>0</td><td>1.951</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Seam Core - Integration: Persistence">Seam Core - Integration: Persistence</a></td><td>3</td><td>0</td><td>0</td><td>5.914</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Seam Core - Integration: i8ln">Seam Core - Integration: i8ln</a></td><td>2</td><td>0</td><td>0</td><td>4.647</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Unit">Unit</a></td><td>85</td><td>0</td><td>0</td><td>11.143</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Seam Mail Tests">Seam Mail Tests</a></td><td>9</td><td>0</td><td>0</td><td>17.035</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#SeamBay: Create Auction">SeamBay: Create Auction</a></td><td>2</td><td>0</td><td>0</td><td>19.535</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#SeamDiscs: Artist Tests">SeamDiscs: Artist Tests</a></td><td>9</td><td>0</td><td>0</td><td>18.917</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#SeamDiscs: Disc Tests">SeamDiscs: Disc Tests</a></td><td>4</td><td>0</td><td>0</td><td>3.719</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#SeamDiscs: Login Test">SeamDiscs: Login Test</a></td><td>1</td><td>0</td><td>0</td><td>1.539</td><td></td><td></td>
</tr>
<tr valign="top" class="Failure">
<td><a href="#SeamSpace: Blog">SeamSpace: Blog</a></td><td>2</td><td>0</td><td>1</td><td>3.517</td><td></td><td></td>
</tr>
<tr valign="top" class="Failure">
<td><a href="#SeamSpace: Register">SeamSpace: Register</a></td><td>1</td><td>0</td><td>1</td><td>17.813</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#TodoList">TodoList</a></td><td>1</td><td>0</td><td>0</td><td>20.527</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#pdf tests">pdf tests</a></td><td>1</td><td>0</td><td>0</td><td>17.062</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#seampay">seampay</a></td><td>5</td><td>0</td><td>0</td><td>17.727</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Browsing">Browsing</a></td><td>8</td><td>0</td><td>0</td><td>4.254</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#DAO">DAO</a></td><td>18</td><td>0</td><td>0</td><td>4.548</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Editing">Editing</a></td><td>37</td><td>0</td><td>0</td><td>58.360</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Feeds">Feeds</a></td><td>10</td><td>0</td><td>0</td><td>12.359</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Model">Model</a></td><td>22</td><td>0</td><td>0</td><td>9.088</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#NestedSet">NestedSet</a></td><td>1</td><td>0</td><td>0</td><td>0.127</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Plugins">Plugins</a></td><td>16</td><td>0</td><td>0</td><td>6.077</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#Preferences">Preferences</a></td><td>5</td><td>0</td><td>0</td><td>5.460</td><td></td><td></td>
</tr>
<tr valign="top" class="">
<td><a href="#User">User</a></td><td>1</td><td>0</td><td>0</td><td>0.544</td><td></td><td></td>
</tr>
</table>
<a href="#top">Back to top</a>
<p></p>
<p></p>
<a name="Seam Core - Integration: Pages"></a>
<h3>Package Seam Core - Integration: Pages</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th width="80%">Name</th><th>Tests</th><th>Errors</th><th>Failures</th><th nowrap="nowrap">Time(s)</th><th nowrap="nowrap">Time Stamp</th><th>Host</th>
</tr>
<tr valign="top" class="">
<td><a href="#xml">xml</a></td><td>2</td><td>0</td><td>0</td><td>2.541</td><td></td><td></td>
</tr>
</table>
<a href="#top">Back to top</a>
<p></p>
<p></p>
<hr size="1" width="95%" align="left">
<a name="Blog"></a>
<h3>TestCase Blog</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testEntry</td><td>Success</td><td></td><td>0.331</td>
</tr>
<tr valign="top" class="">
<td>testSelectTheme</td><td>Success</td><td></td><td>0.410</td>
</tr>
<tr valign="top" class="">
<td>testPost</td><td>Success</td><td></td><td>0.519</td>
</tr>
<tr valign="top" class="">
<td>testLatest</td><td>Success</td><td></td><td>0.048</td>
</tr>
<tr valign="top" class="">
<td>testSearch</td><td>Success</td><td></td><td>0.131</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Blog');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Browsing"></a>
<h3>TestCase Browsing</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>commentQuery</td><td>Success</td><td></td><td>0.737</td>
</tr>
<tr valign="top" class="">
<td>directoryFromFullWikiname</td><td>Success</td><td></td><td>0.590</td>
</tr>
<tr valign="top" class="">
<td>directoryFromAreaWikiname</td><td>Success</td><td></td><td>0.634</td>
</tr>
<tr valign="top" class="">
<td>documentFromWikiName</td><td>Success</td><td></td><td>0.385</td>
</tr>
<tr valign="top" class="">
<td>documentFromNodeId</td><td>Success</td><td></td><td>0.388</td>
</tr>
<tr valign="top" class="">
<td>defaultDocumentFromAreaWikiName</td><td>Success</td><td></td><td>0.403</td>
</tr>
<tr valign="top" class="">
<td>displayDocumentHistory</td><td>Success</td><td></td><td>0.221</td>
</tr>
<tr valign="top" class="">
<td>allMenuItems</td><td>Success</td><td></td><td>0.480</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Browsing');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Contact List"></a>
<h3>TestCase Contact List</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testCreateDeleteContact</td><td>Success</td><td></td><td>0.775</td>
</tr>
<tr valign="top" class="">
<td>testSearch</td><td>Success</td><td></td><td>0.443</td>
</tr>
<tr valign="top" class="">
<td>testList</td><td>Success</td><td></td><td>0.036</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Contact List');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="DAO"></a>
<h3>TestCase DAO</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>countTagsLimit</td><td>Success</td><td></td><td>0.249</td>
</tr>
<tr valign="top" class="">
<td>countTags</td><td>Success</td><td></td><td>0.170</td>
</tr>
<tr valign="top" class="">
<td>findDocumentById</td><td>Success</td><td></td><td>0.192</td>
</tr>
<tr valign="top" class="">
<td>findDirectoryInArea</td><td>Success</td><td></td><td>0.150</td>
</tr>
<tr valign="top" class="">
<td>findCommentThreads</td><td>Success</td><td></td><td>0.228</td>
</tr>
<tr valign="top" class="">
<td>isUniqueWikinameFalse</td><td>Success</td><td></td><td>0.161</td>
</tr>
<tr valign="top" class="">
<td>isUniqueWikinameTrueWithNode</td><td>Success</td><td></td><td>0.152</td>
</tr>
<tr valign="top" class="">
<td>findDefaultDocument</td><td>Success</td><td></td><td>0.242</td>
</tr>
<tr valign="top" class="">
<td>isUniqueWikinameFalseWithNode</td><td>Success</td><td></td><td>0.143</td>
</tr>
<tr valign="top" class="">
<td>findDirectoryById</td><td>Success</td><td></td><td>0.125</td>
</tr>
<tr valign="top" class="">
<td>findDocumentsOrderByLastModified</td><td>Success</td><td></td><td>0.141</td>
</tr>
<tr valign="top" class="">
<td>findCommentSubthreads</td><td>Success</td><td></td><td>0.375</td>
</tr>
<tr valign="top" class="">
<td>findDefaultFile</td><td>Success</td><td></td><td>0.315</td>
</tr>
<tr valign="top" class="">
<td>findAreaByWikiname</td><td>Success</td><td></td><td>0.164</td>
</tr>
<tr valign="top" class="">
<td>isUniqueWikinameTrue</td><td>Success</td><td></td><td>0.130</td>
</tr>
<tr valign="top" class="">
<td>findDocumentInArea</td><td>Success</td><td></td><td>0.161</td>
</tr>
<tr valign="top" class="">
<td>findSiblings</td><td>Success</td><td></td><td>0.301</td>
</tr>
<tr valign="top" class="">
<td>findAreaByNumber</td><td>Success</td><td></td><td>0.179</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.DAO');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Drools "></a>
<h3>TestCase Drools </h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testNumberGuessLose</td><td>Success</td><td></td><td>2.856</td>
</tr>
<tr valign="top" class="">
<td>testNumberGuessWin</td><td>Success</td><td></td><td>0.188</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Drools ');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="DVD Store: Admin Beans"></a>
<h3>TestCase DVD Store: Admin Beans</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testTopProducts</td><td>Success</td><td></td><td>0.075</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.DVD Store: Admin Beans');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="DVD Store: Model Unit Tests"></a>
<h3>TestCase DVD Store: Model Unit Tests</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testRequiredAttributes</td><td>Success</td><td></td><td>0.095</td>
</tr>
<tr valign="top" class="">
<td>testCreateDelete</td><td>Success</td><td></td><td>0.342</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.DVD Store: Model Unit Tests');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="DVD Store: Order"></a>
<h3>TestCase DVD Store: Order</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>showOrders</td><td>Success</td><td></td><td>1.507</td>
</tr>
<tr valign="top" class="">
<td>cancelOrder</td><td>Success</td><td></td><td>0.881</td>
</tr>
<tr valign="top" class="">
<td>addToCart</td><td>Success</td><td></td><td>0.235</td>
</tr>
<tr valign="top" class="">
<td>checkoutNotLoggedIn</td><td>Success</td><td></td><td>0.317</td>
</tr>
<tr valign="top" class="">
<td>selectDvd</td><td>Success</td><td></td><td>0.040</td>
</tr>
<tr valign="top" class="">
<td>checkout</td><td>Success</td><td></td><td>0.220</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.DVD Store: Order');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="DVD Store: Store Beans"></a>
<h3>TestCase DVD Store: Store Beans</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testTopProducts</td><td>Success</td><td></td><td>0.150</td>
</tr>
<tr valign="top" class="">
<td>testNoParamSearch</td><td>Success</td><td></td><td>0.231</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.DVD Store: Store Beans');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Editing"></a>
<h3>TestCase Editing</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>changeDefaultDocument</td><td>Success</td><td></td><td>1.193</td>
</tr>
<tr valign="top" class="">
<td>deleteDirectory</td><td>Success</td><td></td><td>0.941</td>
</tr>
<tr valign="top" class="">
<td>setDefaultDocument</td><td>Success</td><td></td><td>1.196</td>
</tr>
<tr valign="top" class="">
<td>createDocument</td><td>Success</td><td></td><td>0.863</td>
</tr>
<tr valign="top" class="">
<td>cutPasteMultiple</td><td>Success</td><td></td><td>2.447</td>
</tr>
<tr valign="top" class="">
<td>copyPasteMultiple</td><td>Success</td><td></td><td>2.247</td>
</tr>
<tr valign="top" class="">
<td>cutPasteUploadImage</td><td>Success</td><td></td><td>1.964</td>
</tr>
<tr valign="top" class="">
<td>cutPasteDocumentWithComments</td><td>Success</td><td></td><td>1.978</td>
</tr>
<tr valign="top" class="">
<td>cutPasteDocument</td><td>Success</td><td></td><td>1.909</td>
</tr>
<tr valign="top" class="">
<td>copyPasteUploadImage</td><td>Success</td><td></td><td>1.827</td>
</tr>
<tr valign="top" class="">
<td>cutPasteSameArea</td><td>Success</td><td></td><td>1.826</td>
</tr>
<tr valign="top" class="">
<td>copyPasteSameArea</td><td>Success</td><td></td><td>1.750</td>
</tr>
<tr valign="top" class="">
<td>copyPasteDocument</td><td>Success</td><td></td><td>1.878</td>
</tr>
<tr valign="top" class="">
<td>postComment</td><td>Success</td><td></td><td>1.155</td>
</tr>
<tr valign="top" class="">
<td>deleteComment</td><td>Success</td><td></td><td>1.059</td>
</tr>
<tr valign="top" class="">
<td>checkRevisions</td><td>Success</td><td></td><td>0.898</td>
</tr>
<tr valign="top" class="">
<td>updateDocumentCheckRevisions</td><td>Success</td><td></td><td>2.046</td>
</tr>
<tr valign="top" class="">
<td>createDocumentCheckRevision</td><td>Success</td><td></td><td>0.876</td>
</tr>
<tr valign="top" class="">
<td>editMacros</td><td>Success</td><td></td><td>1.075</td>
</tr>
<tr valign="top" class="">
<td>marshallMacros</td><td>Success</td><td></td><td>0.918</td>
</tr>
<tr valign="top" class="">
<td>addMenuItem</td><td>Success</td><td></td><td>1.627</td>
</tr>
<tr valign="top" class="">
<td>moveMenuItem</td><td>Success</td><td></td><td>1.639</td>
</tr>
<tr valign="top" class="">
<td>addRemoveMenuItem</td><td>Success</td><td></td><td>1.676</td>
</tr>
<tr valign="top" class="">
<td>checkAvailableMenuItems</td><td>Success</td><td></td><td>1.038</td>
</tr>
<tr valign="top" class="">
<td>removeMenuItem</td><td>Success</td><td></td><td>1.369</td>
</tr>
<tr valign="top" class="">
<td>linkToKnownProtocols</td><td>Success</td><td></td><td>2.083</td>
</tr>
<tr valign="top" class="">
<td>linkToDocuments</td><td>Success</td><td></td><td>0.991</td>
</tr>
<tr valign="top" class="">
<td>linkToUploads</td><td>Success</td><td></td><td>0.790</td>
</tr>
<tr valign="top" class="">
<td>linkToDocumentFragments</td><td>Success</td><td></td><td>0.892</td>
</tr>
<tr valign="top" class="">
<td>linkToCustomProtocols</td><td>Success</td><td></td><td>0.948</td>
</tr>
<tr valign="top" class="">
<td>linkSourceTargetTracking</td><td>Success</td><td></td><td>1.813</td>
</tr>
<tr valign="top" class="">
<td>tagUpload</td><td>Success</td><td></td><td>1.195</td>
</tr>
<tr valign="top" class="">
<td>tagDocument</td><td>Success</td><td></td><td>1.279</td>
</tr>
<tr valign="top" class="">
<td>trashDeleteDocument2</td><td>Success</td><td></td><td>3.432</td>
</tr>
<tr valign="top" class="">
<td>trashDeleteUpload</td><td>Success</td><td></td><td>2.185</td>
</tr>
<tr valign="top" class="">
<td>trashDeleteDocument</td><td>Success</td><td></td><td>2.525</td>
</tr>
<tr valign="top" class="">
<td>createUpload</td><td>Success</td><td></td><td>0.955</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Editing');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Feeds"></a>
<h3>TestCase Feeds</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>createDocumentPushOnParentDirectoryFeedOnly</td><td>Success</td><td></td><td>1.604</td>
</tr>
<tr valign="top" class="">
<td>createDocumentPushOnSiteFeed</td><td>Success</td><td></td><td>2.347</td>
</tr>
<tr valign="top" class="">
<td>updateDocumentPushOnAllFeeds</td><td>Success</td><td></td><td>1.849</td>
</tr>
<tr valign="top" class="">
<td>deleteDocumentRemoveFromFeeds</td><td>Success</td><td></td><td>1.345</td>
</tr>
<tr valign="top" class="">
<td>updateDocumentPushOnParentDirectoryFeedOnly</td><td>Success</td><td></td><td>1.503</td>
</tr>
<tr valign="top" class="">
<td>updateDocumentPushOnSiteFeed</td><td>Success</td><td></td><td>1.512</td>
</tr>
<tr valign="top" class="">
<td>createDocumentPushOnAllFeeds</td><td>Success</td><td></td><td>1.319</td>
</tr>
<tr valign="top" class="">
<td>findFeeds</td><td>Success</td><td></td><td>0.134</td>
</tr>
<tr valign="top" class="">
<td>findParentFeeds</td><td>Success</td><td></td><td>0.126</td>
</tr>
<tr valign="top" class="">
<td>isOnSiteFeed</td><td>Success</td><td></td><td>0.148</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Feeds');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Hibernate Booking"></a>
<h3>TestCase Hibernate Booking</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testBookHotel</td><td>Success</td><td></td><td>0.884</td>
</tr>
<tr valign="top" class="">
<td>testChangePassword</td><td>Success</td><td></td><td>0.397</td>
</tr>
<tr valign="top" class="">
<td>testLoginComponent</td><td>Success</td><td></td><td>0.047</td>
</tr>
<tr valign="top" class="">
<td>testLogin</td><td>Success</td><td></td><td>0.240</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Hibernate Booking');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Hotel Booking"></a>
<h3>TestCase Hotel Booking</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testBookHotel</td><td>Success</td><td></td><td>1.718</td>
</tr>
<tr valign="top" class="">
<td>testChangePassword</td><td>Success</td><td></td><td>0.462</td>
</tr>
<tr valign="top" class="">
<td>testLoginComponent</td><td>Success</td><td></td><td>0.015</td>
</tr>
<tr valign="top" class="">
<td>testLogin</td><td>Success</td><td></td><td>0.193</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Hotel Booking');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="JPA Booking"></a>
<h3>TestCase JPA Booking</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testBookHotel</td><td>Success</td><td></td><td>1.083</td>
</tr>
<tr valign="top" class="">
<td>testChangePassword</td><td>Success</td><td></td><td>0.232</td>
</tr>
<tr valign="top" class="">
<td>testLogin</td><td>Success</td><td></td><td>0.230</td>
</tr>
<tr valign="top" class="">
<td>testLoginComponent</td><td>Success</td><td></td><td>0.029</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.JPA Booking');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="MessageList"></a>
<h3>TestCase MessageList</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testMessageList</td><td>Success</td><td></td><td>0.868</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.MessageList');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Model"></a>
<h3>TestCase Model</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>insertCommentNewThread</td><td>Success</td><td></td><td>0.873</td>
</tr>
<tr valign="top" class="">
<td>findAllCommentsFlat</td><td>Success</td><td></td><td>0.334</td>
</tr>
<tr valign="top" class="">
<td>findAllCommentsHierachical</td><td>Success</td><td></td><td>0.317</td>
</tr>
<tr valign="top" class="">
<td>findCommentParent</td><td>Success</td><td></td><td>0.401</td>
</tr>
<tr valign="top" class="">
<td>getDirectoryPath</td><td>Success</td><td></td><td>0.416</td>
</tr>
<tr valign="top" class="">
<td>loadDirectoryById</td><td>Success</td><td></td><td>0.272</td>
</tr>
<tr valign="top" class="">
<td>insertDirectoryById</td><td>Success</td><td></td><td>0.234</td>
</tr>
<tr valign="top" class="">
<td>updateDirectoryById</td><td>Success</td><td></td><td>0.414</td>
</tr>
<tr valign="top" class="">
<td>modifyMacros</td><td>Success</td><td></td><td>1.206</td>
</tr>
<tr valign="top" class="">
<td>macrosFromDefaultTypesafe</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>macrosFromDefaultStrings</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>insertDocumentById</td><td>Success</td><td></td><td>0.229</td>
</tr>
<tr valign="top" class="">
<td>deleteDocumentById</td><td>Success</td><td></td><td>0.297</td>
</tr>
<tr valign="top" class="">
<td>updateDocumentById</td><td>Success</td><td></td><td>0.193</td>
</tr>
<tr valign="top" class="">
<td>loadDocumentById</td><td>Success</td><td></td><td>0.204</td>
</tr>
<tr valign="top" class="">
<td>findAllMenuItems</td><td>Success</td><td></td><td>0.198</td>
</tr>
<tr valign="top" class="">
<td>addMenuItem</td><td>Success</td><td></td><td>0.221</td>
</tr>
<tr valign="top" class="">
<td>removeMenuItem</td><td>Success</td><td></td><td>0.216</td>
</tr>
<tr valign="top" class="">
<td>directoryURL</td><td>Success</td><td></td><td>0.155</td>
</tr>
<tr valign="top" class="">
<td>uploadURL</td><td>Success</td><td></td><td>0.158</td>
</tr>
<tr valign="top" class="">
<td>commentURL</td><td>Success</td><td></td><td>0.151</td>
</tr>
<tr valign="top" class="">
<td>documentURL</td><td>Success</td><td></td><td>0.150</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Model');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Nested Hotel Booking"></a>
<h3>TestCase Nested Hotel Booking</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testBookHotel</td><td>Success</td><td></td><td>1.757</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Nested Hotel Booking');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="NestedSet"></a>
<h3>TestCase NestedSet</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>insertDeleteOnTree</td><td>Success</td><td></td><td>0.110</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.NestedSet');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="NumberGuess"></a>
<h3>TestCase NumberGuess</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testNumberGuessLose</td><td>Success</td><td></td><td>0.640</td>
</tr>
<tr valign="top" class="">
<td>testNumberGuessWin</td><td>Success</td><td></td><td>0.127</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.NumberGuess');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="pdf tests"></a>
<h3>TestCase pdf tests</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>documentStore</td><td>Success</td><td></td><td>0.575</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.pdf tests');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Plugins"></a>
<h3>TestCase Plugins</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>findFaqRoot</td><td>Success</td><td></td><td>0.204</td>
</tr>
<tr valign="top" class="">
<td>findTopicCount</td><td>Success</td><td></td><td>0.281</td>
</tr>
<tr valign="top" class="">
<td>findForumsGuest</td><td>Success</td><td></td><td>0.216</td>
</tr>
<tr valign="top" class="">
<td>findTopicsOne</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>findForumsMember</td><td>Success</td><td></td><td>0.281</td>
</tr>
<tr valign="top" class="">
<td>findUnreadTopicsAllForums</td><td>Success</td><td></td><td>0.293</td>
</tr>
<tr valign="top" class="">
<td>findForumInfoMember</td><td>Success</td><td></td><td>0.330</td>
</tr>
<tr valign="top" class="">
<td>findUnreadTopicsInForum</td><td>Success</td><td></td><td>0.307</td>
</tr>
<tr valign="top" class="">
<td>findTopicsTwo</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>addForum</td><td>Success</td><td></td><td>0.824</td>
</tr>
<tr valign="top" class="">
<td>findForums</td><td>Success</td><td></td><td>0.319</td>
</tr>
<tr valign="top" class="">
<td>findTopicsTwo</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>findTopicsOne</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>newTopic</td><td>Success</td><td></td><td>0.701</td>
</tr>
<tr valign="top" class="">
<td>newStickyTopic</td><td>Success</td><td></td><td>0.760</td>
</tr>
<tr valign="top" class="">
<td>newClosedTopic</td><td>Success</td><td></td><td>0.783</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Plugins');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Preferences"></a>
<h3>TestCase Preferences</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>readInstancePreferences</td><td>Success</td><td></td><td>0.423</td>
</tr>
<tr valign="top" class="">
<td>updateInstancePreferences</td><td>Success</td><td></td><td>1.955</td>
</tr>
<tr valign="top" class="">
<td>updateSystemPreferences</td><td>Success</td><td></td><td>0.699</td>
</tr>
<tr valign="top" class="">
<td>readSystemPreferences</td><td>Success</td><td></td><td>0.343</td>
</tr>
<tr valign="top" class="">
<td>createUserPreferences</td><td>Success</td><td></td><td>1.643</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Preferences');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Quartz Example"></a>
<h3>TestCase Quartz Example</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>selectAccount</td><td>Success</td><td></td><td>0.590</td>
</tr>
<tr valign="top" class="">
<td>listAccounts</td><td>Success</td><td></td><td>0.366</td>
</tr>
<tr valign="top" class="">
<td>testAsynchronous</td><td>Success</td><td></td><td>0.525</td>
</tr>
<tr valign="top" class="">
<td>testTransactionSuccessEvents</td><td>Success</td><td></td><td>0.460</td>
</tr>
<tr valign="top" class="">
<td>testTimedEvent</td><td>Success</td><td></td><td>1.325</td>
</tr>
<tr valign="top" class="">
<td>testAsynchronousEvent</td><td>Success</td><td></td><td>0.345</td>
</tr>
<tr valign="top" class="">
<td>scheduleRepeatingWithStartAndEndTime</td><td>Success</td><td></td><td>3.840</td>
</tr>
<tr valign="top" class="">
<td>scheduleRepeating</td><td>Success</td><td></td><td>2.786</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Quartz Example');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Register"></a>
<h3>TestCase Register</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testLogin</td><td>Success</td><td></td><td>0.789</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Register');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="SeamBay: Create Auction"></a>
<h3>TestCase SeamBay: Create Auction</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testCreateAuction</td><td>Success</td><td></td><td>1.127</td>
</tr>
<tr valign="top" class="">
<td>testBidding</td><td>Success</td><td></td><td>0.625</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.SeamBay: Create Auction');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Seam Core - Integration: BPM"></a>
<h3>TestCase Seam Core - Integration: BPM</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>noProcessDefinition</td><td>Success</td><td></td><td>0.048</td>
</tr>
<tr valign="top" class="">
<td>noVariableStart</td><td>Success</td><td></td><td>0.164</td>
</tr>
<tr valign="top" class="">
<td>testMissingMethod</td><td>Success</td><td></td><td>0.096</td>
</tr>
<tr valign="top" class="">
<td>testValueExpression</td><td>Success</td><td></td><td>0.150</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Seam Core - Integration: BPM');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Seam Core - Integration: Components"></a>
<h3>TestCase Seam Core - Integration: Components</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testReflexiveEquals</td><td>Success</td><td></td><td>0.006</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Seam Core - Integration: Components');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Seam Core - Integration: Contexts"></a>
<h3>TestCase Seam Core - Integration: Contexts</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>conversationStack</td><td>Success</td><td></td><td>0.528</td>
</tr>
<tr valign="top" class="">
<td>conversationList</td><td>Success</td><td></td><td>0.542</td>
</tr>
<tr valign="top" class="">
<td>switcher</td><td>Success</td><td></td><td>0.421</td>
</tr>
<tr valign="top" class="">
<td>pageContextTest</td><td>Success</td><td></td><td>0.048</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Seam Core - Integration: Contexts');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Seam Core - Integration: EL"></a>
<h3>TestCase Seam Core - Integration: EL</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testEmptyUnifiedELMethodBinding</td><td>Success</td><td></td><td>0.065</td>
</tr>
<tr valign="top" class="">
<td>testUnifiedELValueBinding</td><td>Success</td><td></td><td>0.048</td>
</tr>
<tr valign="top" class="">
<td>testUnifiedELMethodBindingWithNull</td><td>Success</td><td></td><td>0.084</td>
</tr>
<tr valign="top" class="">
<td>testUnifiedELMethodBinding</td><td>Success</td><td></td><td>0.026</td>
</tr>
<tr valign="top" class="">
<td>testEmptyUnifiedELValueBinding</td><td>Success</td><td></td><td>0.024</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Seam Core - Integration: EL');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Seam Core - Integration: Events"></a>
<h3>TestCase Seam Core - Integration: Events</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testEventChain</td><td>Success</td><td></td><td>0.039</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Seam Core - Integration: Events');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Seam Core - Integration: Framework"></a>
<h3>TestCase Seam Core - Integration: Framework</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testEntityIdentifier</td><td>Success</td><td></td><td>0.107</td>
</tr>
<tr valign="top" class="">
<td>testHibernateEntityIdentifier</td><td>Success</td><td></td><td>0.071</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Seam Core - Integration: Framework');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Seam Core - Integration: i8ln"></a>
<h3>TestCase Seam Core - Integration: i8ln</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>localeTest</td><td>Success</td><td></td><td>0.045</td>
</tr>
<tr valign="top" class="">
<td>timeZoneTest</td><td>Success</td><td></td><td>0.132</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Seam Core - Integration: i8ln');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Seam Core - Integration: JMS"></a>
<h3>TestCase Seam Core - Integration: JMS</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>delayForStartup</td><td>Success</td><td></td><td>3.000</td>
</tr>
<tr valign="top" class="">
<td>publishToTopic</td><td>Success</td><td></td><td>2.121</td>
</tr>
<tr valign="top" class="">
<td>sendToQueue</td><td>Success</td><td></td><td>2.053</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Seam Core - Integration: JMS');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Seam Core - Integration: Mocks"></a>
<h3>TestCase Seam Core - Integration: Mocks</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testCustomELResolver</td><td>Success</td><td></td><td>0.027</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Seam Core - Integration: Mocks');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Seam Core - Integration: Persistence"></a>
<h3>TestCase Seam Core - Integration: Persistence</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testEntityList</td><td>Success</td><td></td><td>0.233</td>
</tr>
<tr valign="top" class="">
<td>testStale</td><td>Success</td><td></td><td>0.275</td>
</tr>
<tr valign="top" class="">
<td>entityUpdatedInNestedConversation</td><td>Success</td><td></td><td>0.177</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Seam Core - Integration: Persistence');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="SeamDiscs: Artist Tests"></a>
<h3>TestCase SeamDiscs: Artist Tests</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testFilterArtists</td><td>Success</td><td></td><td>0.579</td>
</tr>
<tr valign="top" class="">
<td>testSeamCollectionModel</td><td>Success</td><td></td><td>0.071</td>
</tr>
<tr valign="top" class="">
<td>testDisplayArtists</td><td>Success</td><td></td><td>0.091</td>
</tr>
<tr valign="top" class="">
<td>testDisplayArtist</td><td>Success</td><td></td><td>0.154</td>
</tr>
<tr valign="top" class="">
<td>testAddArtist</td><td>Success</td><td></td><td>0.448</td>
</tr>
<tr valign="top" class="">
<td>testEditArtist</td><td>Success</td><td></td><td>0.126</td>
</tr>
<tr valign="top" class="">
<td>testAddBandMember</td><td>Success</td><td></td><td>0.320</td>
</tr>
<tr valign="top" class="">
<td>testAddBand</td><td>Success</td><td></td><td>0.161</td>
</tr>
<tr valign="top" class="">
<td>testBandMemberFinder</td><td>Success</td><td></td><td>0.062</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.SeamDiscs: Artist Tests');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="SeamDiscs: Disc Tests"></a>
<h3>TestCase SeamDiscs: Disc Tests</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testDisplayDisc</td><td>Success</td><td></td><td>0.144</td>
</tr>
<tr valign="top" class="">
<td>testDisplayDiscs</td><td>Success</td><td></td><td>0.170</td>
</tr>
<tr valign="top" class="">
<td>testAddDisc</td><td>Success</td><td></td><td>0.259</td>
</tr>
<tr valign="top" class="">
<td>testEditDisc</td><td>Success</td><td></td><td>0.257</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.SeamDiscs: Disc Tests');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="SeamDiscs: Login Test"></a>
<h3>TestCase SeamDiscs: Login Test</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testLogin</td><td>Success</td><td></td><td>0.277</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.SeamDiscs: Login Test');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Seam Mail Tests"></a>
<h3>TestCase Seam Mail Tests</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testAddressValidation</td><td>Success</td><td></td><td>1.003</td>
</tr>
<tr valign="top" class="">
<td>testTemplating</td><td>Success</td><td></td><td>0.170</td>
</tr>
<tr valign="top" class="">
<td>testPlain</td><td>Success</td><td></td><td>0.145</td>
</tr>
<tr valign="top" class="">
<td>testHtml</td><td>Success</td><td></td><td>0.133</td>
</tr>
<tr valign="top" class="">
<td>testAttachment</td><td>Success</td><td></td><td>0.203</td>
</tr>
<tr valign="top" class="">
<td>testAttachmentErrors</td><td>Success</td><td></td><td>0.066</td>
</tr>
<tr valign="top" class="">
<td>testFromErrors</td><td>Success</td><td></td><td>0.059</td>
</tr>
<tr valign="top" class="">
<td>testPdfAttachment</td><td>Success</td><td></td><td>0.050</td>
</tr>
<tr valign="top" class="">
<td>testSimple</td><td>Success</td><td></td><td>0.081</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Seam Mail Tests');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="seampay"></a>
<h3>TestCase seampay</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>listAccounts</td><td>Success</td><td></td><td>0.610</td>
</tr>
<tr valign="top" class="">
<td>selectAccount</td><td>Success</td><td></td><td>0.960</td>
</tr>
<tr valign="top" class="">
<td>testInactive</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>testPayMultiple</td><td>Success</td><td></td><td>0.018</td>
</tr>
<tr valign="top" class="">
<td>testPayOnce</td><td>Success</td><td></td><td>0.000</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.seampay');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="SeamSpace: Blog"></a>
<h3>TestCase SeamSpace: Blog</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="Error">
<td>testCreateComment</td><td>Failure</td><td>N/A<code>
<br>
<br><br/> java.lang.AssertionError<br/>        at org.jboss.seam.example.seamspace.test.BlogTest$6.renderResponse(BlogTest.java:101)<br/>        at org.jboss.seam.mock.BaseSeamTest$Request.renderResponsePhase(BaseSeamTest.java:637)<br/>        at org.jboss.seam.mock.BaseSeamTest$Request.emulateJsfLifecycle(BaseSeamTest.java:622)<br/>        at org.jboss.seam.mock.BaseSeamTest$Request.access$300(BaseSeamTest.java:184)<br/>        at org.jboss.seam.mock.BaseSeamTest$Request$2.doFilter(BaseSeamTest.java:530)<br/>        at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)<br/>        at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)<br/>        at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br/>        at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)<br/>        at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)<br/>        at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br/>        at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)<br/>        at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br/>        at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)<br/>        at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br/>        at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)<br/>        at org.jboss.seam.mock.BaseSeamTest$Request.run(BaseSeamTest.java:524)<br/>        at org.jboss.seam.example.seamspace.test.BlogTest.testCreateComment(BlogTest.java:89)<br/>... Removed 22 stack frames<br/> </code></td><td>0.674</td>
</tr>
<tr valign="top" class="">
<td>testCreateBlog</td><td>Success</td><td></td><td>0.615</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.SeamSpace: Blog');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="SeamSpace: Register"></a>
<h3>TestCase SeamSpace: Register</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="Error">
<td>testRegister</td><td>Failure</td><td>javax.el.PropertyNotFoundException: The class 'org.jboss.seam.example.seamspace.RegisterAction_$$_javassist_1' does not have the property 'username'.<code>
<br>
<br><br/> java.lang.AssertionError: javax.el.PropertyNotFoundException: The class 'org.jboss.seam.example.seamspace.RegisterAction_$$_javassist_1' does not have the property 'username'.<br/>        at org.jboss.seam.mock.BaseSeamTest$Request.onException(BaseSeamTest.java:488)<br/>        at org.jboss.seam.mock.BaseSeamTest$Request$2.doFilter(BaseSeamTest.java:537)<br/>        at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)<br/>        at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)<br/>        at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br/>        at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)<br/>        at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)<br/>        at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br/>        at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)<br/>        at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br/>        at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)<br/>        at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br/>        at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)<br/>        at org.jboss.seam.mock.BaseSeamTest$Request.run(BaseSeamTest.java:524)<br/>        at org.jboss.seam.example.seamspace.test.RegisterTest.testRegister(RegisterTest.java:23)<br/>Caused by: javax.el.PropertyNotFoundException: The class 'org.jboss.seam.example.seamspace.RegisterAction_$$_javassist_1' does not have the property 'username'.<br/>        at javax.el.BeanELResolver.getBeanProperty(BeanELResolver.java:574)<br/>        at javax.el.BeanELResolver.setValue(BeanELResolver.java:360)<br/>        at javax.el.CompositeELResolver.setValue(CompositeELResolver.java:283)<br/>        at javax.el.CompositeELResolver.setValue(CompositeELResolver.java:283)<br/>        at org.jboss.el.parser.AstPropertySuffix.setValue(AstPropertySuffix.java:73)<br/>        at org.jboss.el.parser.AstValue.setValue(AstValue.java:84)<br/>        at org.jboss.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:249)<br/>        at org.jboss.seam.mock.BaseSeamTest$Request.setValue(BaseSeamTest.java:463)<br/>        at org.jboss.seam.example.seamspace.test.RegisterTest$2.updateModelValues(RegisterTest.java:32)<br/>        at org.jboss.seam.mock.BaseSeamTest$Request.updateModelValuesPhase(BaseSeamTest.java:684)<br/>        at org.jboss.seam.mock.BaseSeamTest$Request.emulateJsfLifecycle(BaseSeamTest.java:606)<br/>        at org.jboss.seam.mock.BaseSeamTest$Request.access$300(BaseSeamTest.java:184)<br/>        at org.jboss.seam.mock.BaseSeamTest$Request$2.doFilter(BaseSeamTest.java:530)<br/>        ... 35 more<br/>... Removed 22 stack frames<br/> </code></td><td>0.317</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.SeamSpace: Register');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="TodoList"></a>
<h3>TestCase TodoList</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testTodo</td><td>Success</td><td></td><td>0.929</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.TodoList');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="Unit"></a>
<h3>TestCase Unit</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testStaticMethods</td><td>Success</td><td></td><td>0.033</td>
</tr>
<tr valign="top" class="">
<td>testComponent</td><td>Success</td><td></td><td>0.040</td>
</tr>
<tr valign="top" class="">
<td>testContexts</td><td>Success</td><td></td><td>0.083</td>
</tr>
<tr valign="top" class="">
<td>testContextManagement</td><td>Success</td><td></td><td>0.218</td>
</tr>
<tr valign="top" class="">
<td>testSetDataModelSerialization</td><td>Success</td><td></td><td>0.043</td>
</tr>
<tr valign="top" class="">
<td>testDataModels</td><td>Success</td><td></td><td>0.227</td>
</tr>
<tr valign="top" class="">
<td>testDataModelOutjection</td><td>Success</td><td></td><td>0.201</td>
</tr>
<tr valign="top" class="">
<td>testListDataModelSerialization</td><td>Success</td><td></td><td>0.003</td>
</tr>
<tr valign="top" class="">
<td>testMapDataModel</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>testArrayDataModelSerialization</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>testSetDataModel</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>testNotInstalled</td><td>Success</td><td></td><td>0.002</td>
</tr>
<tr valign="top" class="">
<td>testOverride</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>testClassDependency</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>testNoComponents</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>testDependency</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>testNoDependencies</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>testCircularDependency</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>testUnmetDueToOverride</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>testComponentByClassDependency</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>testOverride2</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>testReadEntityClassFromTypeParameter</td><td>Success</td><td></td><td>0.004</td>
</tr>
<tr valign="top" class="">
<td>testGetEntityClassOverride</td><td>Success</td><td></td><td>0.002</td>
</tr>
<tr valign="top" class="">
<td>testCreateInstance</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>testImport</td><td>Success</td><td></td><td>0.069</td>
</tr>
<tr valign="top" class="">
<td>testEnumPropertyAssignment</td><td>Success</td><td></td><td>1.017</td>
</tr>
<tr valign="top" class="">
<td>testInitialization</td><td>Success</td><td></td><td>1.137</td>
</tr>
<tr valign="top" class="">
<td>testBijectionInterceptor</td><td>Success</td><td></td><td>0.109</td>
</tr>
<tr valign="top" class="">
<td>testValidationInterceptor</td><td>Success</td><td></td><td>0.063</td>
</tr>
<tr valign="top" class="">
<td>testConversationalInterceptor</td><td>Success</td><td></td><td>0.052</td>
</tr>
<tr valign="top" class="">
<td>testRemoveInterceptor</td><td>Success</td><td></td><td>0.020</td>
</tr>
<tr valign="top" class="">
<td>testConversationInterceptor</td><td>Success</td><td></td><td>0.065</td>
</tr>
<tr valign="top" class="">
<td>testInterpolation</td><td>Success</td><td></td><td>0.020</td>
</tr>
<tr valign="top" class="">
<td>testAuthenticatedSslMailSession</td><td>Success</td><td></td><td>0.009</td>
</tr>
<tr valign="top" class="">
<td>testMeldwareUser</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>testMailSession</td><td>Success</td><td></td><td>0.053</td>
</tr>
<tr valign="top" class="">
<td>testJndiMailSession</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>testMissingPasswordMailSession</td><td>Success</td><td></td><td>0.002</td>
</tr>
<tr valign="top" class="">
<td>testBasicMailSession</td><td>Success</td><td></td><td>0.002</td>
</tr>
<tr valign="top" class="">
<td>testMissingUsernameMailSession</td><td>Success</td><td></td><td>0.002</td>
</tr>
<tr valign="top" class="">
<td>testAdminMeldwareUser</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>testSslMailSession</td><td>Success</td><td></td><td>0.002</td>
</tr>
<tr valign="top" class="">
<td>testBasicSslMailSession</td><td>Success</td><td></td><td>0.002</td>
</tr>
<tr valign="top" class="">
<td>testAuthenticatedMailSession</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>factoryMethodExpression</td><td>Success</td><td></td><td>0.017</td>
</tr>
<tr valign="top" class="">
<td>namespaceOutjection</td><td>Success</td><td></td><td>0.003</td>
</tr>
<tr valign="top" class="">
<td>nameSpaceComponent</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>factoryValueExpression</td><td>Success</td><td></td><td>0.031</td>
</tr>
<tr valign="top" class="">
<td>nameSpaceFactory</td><td>Success</td><td></td><td>0.002</td>
</tr>
<tr valign="top" class="">
<td>testShortCircuitOnNonNullOutcome</td><td>Success</td><td></td><td>0.006</td>
</tr>
<tr valign="top" class="">
<td>testShortCircuitInMiddle</td><td>Success</td><td></td><td>0.054</td>
</tr>
<tr valign="top" class="">
<td>testShortCircuitOnFirstNonNullOutcome</td><td>Success</td><td></td><td>0.004</td>
</tr>
<tr valign="top" class="">
<td>testShortCircuitOnNullOutcome</td><td>Success</td><td></td><td>0.003</td>
</tr>
<tr valign="top" class="">
<td>testShortCircuitOnNonNullOutcomeWithRedirect</td><td>Success</td><td></td><td>0.004</td>
</tr>
<tr valign="top" class="">
<td>testGetConverterById</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>testGetValidatorById</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>testOrderPageflow</td><td>Success</td><td></td><td>0.274</td>
</tr>
<tr valign="top" class="">
<td>testPageflowWithStartState</td><td>Success</td><td></td><td>0.006</td>
</tr>
<tr valign="top" class="">
<td>testPageflowWithStartPage</td><td>Success</td><td></td><td>0.002</td>
</tr>
<tr valign="top" class="">
<td>testPageflowWithStartPageAttribute</td><td>Success</td><td></td><td>0.002</td>
</tr>
<tr valign="top" class="">
<td>testSeamPhaseListenerNewLongRunning</td><td>Success</td><td></td><td>0.093</td>
</tr>
<tr valign="top" class="">
<td>testSeamPhaseListenerRedirect</td><td>Success</td><td></td><td>0.054</td>
</tr>
<tr valign="top" class="">
<td>testSeamPhaseListener</td><td>Success</td><td></td><td>0.115</td>
</tr>
<tr valign="top" class="">
<td>testSeamPhaseListenerLongRunning</td><td>Success</td><td></td><td>0.081</td>
</tr>
<tr valign="top" class="">
<td>testSeamPhaseListenerNonFacesRequest</td><td>Success</td><td></td><td>0.058</td>
</tr>
<tr valign="top" class="">
<td>testStringWrapper</td><td>Success</td><td></td><td>0.018</td>
</tr>
<tr valign="top" class="">
<td>testNullWrapper</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>testConversionScore</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>testBooleanWrapper</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>testConstraints</td><td>Success</td><td></td><td>0.877</td>
</tr>
<tr valign="top" class="">
<td>testWrapperFactory</td><td>Success</td><td></td><td>0.002</td>
</tr>
<tr valign="top" class="">
<td>testMapWrapper</td><td>Success</td><td></td><td>0.002</td>
</tr>
<tr valign="top" class="">
<td>testBeanWrapper</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>testBagWrapper</td><td>Success</td><td></td><td>0.002</td>
</tr>
<tr valign="top" class="">
<td>testDateWrapper</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>testNumberWrapper</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>testInterfaceGenerator</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>testBaseWrapper</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>testEl</td><td>Success</td><td></td><td>0.062</td>
</tr>
<tr valign="top" class="">
<td>testSeamSecurity</td><td>Success</td><td></td><td>0.079</td>
</tr>
<tr valign="top" class="">
<td>testLogin</td><td>Success</td><td></td><td>0.004</td>
</tr>
<tr valign="top" class="">
<td>testDisableSecurity</td><td>Success</td><td></td><td>0.000</td>
</tr>
<tr valign="top" class="">
<td>testActorDirtyChecking</td><td>Success</td><td></td><td>0.001</td>
</tr>
<tr valign="top" class="">
<td>emptyPooledTaskListIfNoGroupActorIds</td><td>Success</td><td></td><td>0.009</td>
</tr>
<tr valign="top" class="">
<td>testMultipartRequest</td><td>Success</td><td></td><td>0.014</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.Unit');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="User"></a>
<h3>TestCase User</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>resetPassword</td><td>Success</td><td></td><td>0.487</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('.User');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a><a name="xml"></a>
<h3>TestCase xml</h3>
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
<tr valign="top">
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap="nowrap">Time(s)</th>
</tr>
<tr valign="top" class="">
<td>testRequiredPageParameter</td><td>Success</td><td></td><td>0.108</td>
</tr>
<tr valign="top" class="">
<td>testPageParameter</td><td>Success</td><td></td><td>0.173</td>
</tr>
</table>
<div class="Properties">
<a href="javascript:displayProperties('Seam Core - Integration: Pages.xml');">
Properties »
</a>
</div>
<p></p>
<a href="#top">Back to top</a>
</body>
</html>