Skip to content

liambloom/checker

Repository files navigation

Checker for BJP

This is a third-party checker program meant to check the exercises and programming projects from the Building Java Programs series. It comes with checks for the 3rd edition, but it is possible for users to add other checks, such as those for future editions.

Modules

This program is split into 3 modules:

  • Annotations — This module only include the annotations used to annotate code so that the checker can find the exercises and programming projects in it. None of the logic is in this module.
  • API — This module contains all the internal logic that loads, filters, and runs the tests and code to be tested. It also imports the annotations module.
  • UI — This module contains all the code for the CLI and GUI, as well as importing the API module.

CLI Usage

This section documents the commands that you can use in the checker

About

A checker program that reads tests from an xml file and checks java code using them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages