Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.codename1.testing Classes and Interfaces - 6 results found.
| Name | Description | Type | Package | Framework |
| AbstractTest | | Class | com.codename1.testing | CodeName One |
|
| DeviceRunner | Runs the test cases from the test build of the app, notice that this class is abstract since device/app specific code can exist in the implementation | Class | com.codename1.testing | CodeName One |
|
| JUnitXMLReporting | Produces test reporting in the format of JUnit XML for compatibility with tools that consume JUnit test case results see http://code. | Class | com.codename1.testing | CodeName One |
|
| TestReporting | Test reports can be overriden to provide custom test reporting options you can replace the test reporter on the device by sending the build | Class | com.codename1.testing | CodeName One |
|
| TestUtils | | Class | com.codename1.testing | CodeName One |
|
| UnitTest | A Codename One unit test interface, you would normally like to derive from AbstractTest which is less verbose and contains many helper methods. | Interface | com.codename1.testing | CodeName One |