ace-lectures / 2aa4-mcunit

McMaster Unit Test Framework (2AA4 code demonstration)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building the McUnit Framework

  • Author: SĂ©bastien Mosser
  • Version: 2024.03

Rationale

this repository contains a step-by-step implemention of an xUnit-like framework to implement and execute unit tests in Java. It is designed incrementally, and is planned to run in ~200 minutes (four lecture slots of 50 minutes each).

How to navigate the repository?

Each step is releases with a tag. You can git checkout step_x to a given tag, and then see how the code is looking at the end of step_x.

About

McMaster Unit Test Framework (2AA4 code demonstration)

License:GNU Lesser General Public License v2.1


Languages

Language:Java 93.5%Language:Makefile 6.5%