| 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 |
AbstractTest
A unit test class that simplifies the process of writing test cases
for Codename One.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestReporting.finishedTestCase(UnitTest test,
boolean passed)
Invoked when a unit test has completed
|
void |
JUnitXMLReporting.finishedTestCase(UnitTest test,
boolean passed)
Invoked when a unit test has completed
|
void |
TestReporting.startingTestCase(UnitTest test)
Invoked when a unit test is started
|
void |
JUnitXMLReporting.startingTestCase(UnitTest test)
Invoked when a unit test is started
|
Copyright © 2021. All rights reserved.