Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 719 Bytes

File metadata and controls

24 lines (16 loc) · 719 Bytes

java-evaluator

Java Evaluation service

This repository is one among others two, that represents components that will be part of JuezLTI's developed by INESC-TEC Alt text

Description

Here is defined two classes util now, these classes are EvaluationReport and ProgrammingExercise, both classes are used two represent data that come in and out of the XML-evaluator Alt text

Installation

To run the unit tests that will cover programming-exercise.js and evaluation-report.js do.

cd tests
npm install
npm run setup
node run nyan

The unit tests are performed using Mocha and Chai