Summary
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|
| 1 | 1 | 0 | 0 | 0% | 0.166 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
| Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|
| org.microemu.tests | 1 | 1 | 0 | 0 | 0% | 0.166 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.microemu.tests
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|
 | ItemsOnFormTest | 1 | 1 | 0 | 0 | 0% | 0.166 |
Test Cases
ItemsOnFormTest
 | testAddItems | 0.077 |
| | |
| java.lang.NullPointerException at javax.microedition.lcdui.Form.<init>(Form.java:42) at javax.microedition.lcdui.Form.<init>(Form.java:50) at org.microemu.tests.ItemsOnForm.<init>(ItemsOnForm.java:36) at org.microemu.tests.ItemsOnFormTest.testAddItems(ItemsOnFormTest.java:44)
| |
Failure Details
 | testAddItems |
| java.lang.NullPointerException |
| |