| Package | Description |
|---|---|
| com.codename1.testing |
This package contains everything necessary for unit tests, automation of tests and everything in between.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JUnitXMLReporting
Produces test reporting in the format of JUnit XML for compatibility with
tools that consume JUnit test case results see http://code.google.com/p/codenameone/issues/detail?id=446
for more details.
|
| Modifier and Type | Method and Description |
|---|---|
static TestReporting |
TestReporting.getInstance()
Gets the test reporting instance
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TestReporting.setInstance(TestReporting i)
Sets the test reporting instance to a subclass of this class.
|
Copyright © 2021. All rights reserved.