Skip to content

Writing Unit Tests for Twister2

Supun Kamburugamuve edited this page Feb 6, 2019 · 4 revisions

Unit Test Guidelines

How to write a Test

We are using Java JUnit for Unit testing.

We can write a test as a normal JUnit test.

How to run a unit test

We need to invoke the following command

bazel test --config=ubuntu twister2/comms/tests/java/edu:UnifiedSerializerTest
Clone this wiki locally