Skip to content

drgap/jGrader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jGrader

Program to facilitate automated grading of Java programs.

To use this program see the instructions in the javadoc for the TestEngine class. Instructions for writing tests are found in the TestSuite class.

javadoc for developer - all members

Notes:

  1. The try/catch approach in the TestSuite class is tedious. It would be better to elevate it to the TestEngine class. However, the problem is that if the client code throws an exception (either by design or inadvertently) we lose the results arraylist that contains the test description and points. That in turn causes the grading method to bomb because that data is not present.

About

Program to facilitate automated grading of Java programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages