Skip to content

This project gathers examples on how to implement mocks using the Mock Framework.

License

Notifications You must be signed in to change notification settings

MicroEJ/Example-Mock-Framework

Repository files navigation

sdk_6.0 badge

Overview

This project gathers examples on how to implement mocks using the Mock Framework.

A Mock is a mockup of a board support package (BSP) capability that mimics a hardware functionality for the Simulator.

Those examples are running on Simulator only.

By default, the samples will use the STM32F7508-DK VEE Port.

See https://github.com/search?q=org%3AMicroEJ+VEEPort&type=repositories for the list of supported boards using MICROEJ SDK.

Each example provides a README.md that contains instructions on how to run it.

Usage

Each example is composed of a Mock project (-mock) associated with an Application project (-app):

simple-mock: shows how to implement a simple mock using the Mock Framework.
simple-app: application interacting with the simple-mock example.
custom-widgets-mock: shows how to implement a simple mock using the Mock Framework.
custom-widgets-app: application interacting with the custom-widgets-app example.
file-chooser-mock: shows how to implement a simple mock using the Mock Framework.
file-chooser-app: application interacting with the file-chooser-app example.

Changes

See the change log file CHANGELOG.rst located at the root of this repository.

License

See the license file LICENSE.txt located at the root of this repository.

About

This project gathers examples on how to implement mocks using the Mock Framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published