| 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)
Deprecated.
this method is no longer invoked by the testing framework; please use
TestReporting.finishedTestCase(String, boolean) |
void |
TestReporting.startingTestCase(UnitTest test)
Deprecated.
this method is no longer invoked by the testing framework; please use
TestReporting.startingTestCase(String) |
Copyright © 2022. All rights reserved.