Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.06 KB

File metadata and controls

49 lines (35 loc) · 2.06 KB

Event Queue Test Suite

This folder contains a ready-to-use project for testing Event Queue implementations on a device. This Test Suite will create some listeners and send basic/extended events with different primitive types of data.

Specifications

Set the Event Queue Test Suite module version in the module.ivy.

Please refer to Platform Qualification Test Suite Versioning to determine the Event Queue Test Suite module version.

Requirements

Usage

  • In your BSP project, add all files of c/src folder as source files:
  • In your BSP project, add c/inc folder as include paths.
  • In MicroEJ SDK, import the java-testsuite-runner-event-queue project in your workspace.
  • Follow the configuration and execution steps described in VEE Port Test Suites documentation.

Test Suite Source Code Navigation

Troubleshooting

  • This testsuite does not work automatically in Simulation. You have to manually stop the MicroEJ application by closing the Front panel.
  • See Vee Port Test Suites documentation.