Statistics
| Revision:

root / hci / trunk / eneraptor-web-app / target / test-reports / html / com / eneraptor / hci / 4_MainMenuServiceTests-errors.html @ 3

History | View | Annotate | Download (4.23 KB)

1
<html xmlns:lxslt="http://xml.apache.org/xslt" xmlns:stringutils="xalan://org.apache.tools.ant.util.StringUtils">
2
<head>
3
<META http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4
<title>Unit Test Results: com.eneraptor.hci.MainMenuServiceTests</title>
5
<link rel="stylesheet" type="text/css" title="Style" href="../../../stylesheet.css">
6
<script type="text/javascript" language="JavaScript">
7
        var TestCases = new Array();
8
        var cur;
9
        
10
    cur = TestCases['com.eneraptor.hci.MainMenuServiceTests'] = new Array();
11
    </script><script type="text/javascript" language="JavaScript">
12
        function displayProperties (name) {
13
          var win = window.open('','JUnitSystemProperties','scrollbars=1,resizable=1');
14
          var doc = win.document;
15
          doc.open();
16
          doc.write("<html><head><title>Properties of " + name + "</title>");
17
          doc.write("<style type=\"text/css\">");
18
          doc.write("body {font:normal 68% verdana,arial,helvetica; color:#000000; }");
19
          doc.write("table tr td, table tr th { font-size: 68%; }");
20
          doc.write("table.properties { border-collapse:collapse; border-left:solid 1 #cccccc; border-top:solid 1 #cccccc; padding:5px; }");
21
          doc.write("table.properties th { text-align:left; border-right:solid 1 #cccccc; border-bottom:solid 1 #cccccc; background-color:#eeeeee; }");
22
          doc.write("table.properties td { font:normal; text-align:left; border-right:solid 1 #cccccc; border-bottom:solid 1 #cccccc; background-color:#fffffff; }");
23
          doc.write("h3 { margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica }");
24
          doc.write("</style>");
25
          doc.write("</head><body>");
26
          doc.write("<h3>Properties of " + name + "</h3>");
27
          doc.write("<div align=\"right\"><a href=\"javascript:window.close();\">Close</a></div>");
28
          doc.write("<table class='properties'>");
29
          doc.write("<tr><th>Name</th><th>Value</th></tr>");
30
          for (prop in TestCases[name]) {
31
            doc.write("<tr><th>" + prop + "</th><td>" + TestCases[name][prop] + "</td></tr>");
32
          }
33
          doc.write("</table>");
34
          doc.write("</body></html>");
35
          doc.close();
36
          win.focus();
37
        }
38
      
39
      </script>
40
</head>
41
<body>
42
<h1>Unit Test Results.</h1>
43
<table width="100%">
44
<tr>
45
<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</a>.</td>
46
</tr>
47
</table>
48
<hr size="1">
49
<h3>Class com.eneraptor.hci.MainMenuServiceTests</h3>
50
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
51
<tr valign="top">
52
<th width="80%">Name</th><th>Tests</th><th>Errors</th><th>Failures</th><th nowrap>Time(s)</th><th nowrap>Time Stamp</th><th>Host</th>
53
</tr>
54
<tr valign="top" class="Error">
55
<td><a title="Display all tests" href="4_MainMenuServiceTests.html">MainMenuServiceTests</a></td><td><a title="Display all tests" href="4_MainMenuServiceTests.html">1</a></td><td><a title="Display only errors" href="4_MainMenuServiceTests-errors.html">1</a></td><td>0</td><td>0.026</td><td>2010-12-27T10:08:27</td><td>Alex-Laptop</td>
56
</tr>
57
</table>
58
<h2>Errors</h2>
59
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
60
<tr valign="top">
61
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap>Time(s)</th>
62
</tr>
63
<tr valign="top" class="Error">
64
<td><a name="testSomething"></a>testSomething</td><td>Error</td><td>Cannot invoke method getMainMenu() on null object<pre>java.lang.NullPointerException: Cannot invoke method getMainMenu() on null object
65
        at com.eneraptor.hci.MainMenuServiceTests.testSomething(MainMenuServiceTests.groovy:19)
66
</pre>
67
</td><td>0.021</td>
68
</tr>
69
</table>
70
<div class="Properties">
71
<a href="javascript:displayProperties('com.eneraptor.hci.MainMenuServiceTests');">
72
                    Properties &raquo;
73
                </a>
74
</div>
75
<div class="Properties">
76
<a href="./4_MainMenuServiceTests-out.txt">
77
                        System.out &raquo;
78
                    </a>
79
</div>
80
<div class="Properties">
81
<a href="./4_MainMenuServiceTests-err.txt">
82
                        System.err &raquo;
83
                    </a>
84
</div>
85
</body>
86
</html>