View on GitHub

qc-atlas

Platform for Sharing Quantum Software

Use of JUnit5 for testing

Context and Problem Statement

Since the project started out with both JUnit4 and JUnit5, we only want one unit-testing framework in order to make testing writing consistent.

Considered Options

Decision Outcome

Chosen option: “[JUnit5]”, because it is the newer version and therefore has a higher maturity and a wider feature-set.

Positive Consequences