2013-07-24
Moved scenario-specific code into scenario subtree and factored out globally defined values into various configuration files. Also replaced a bunch of things with global constants.
Nigel Stanger committed on 24 Jul 2013
Added external configuration file.
Nigel Stanger committed on 24 Jul 2013
2013-07-23
- Added support for new web interface. ...
Nigel Stanger committed on 23 Jul 2013
Added a basic web front-end.
Nigel Stanger committed on 23 Jul 2013
Temporarily stripped out text that would reveal information to students. Need a better solution long-term!
Nigel Stanger committed on 23 Jul 2013
Changed output formatting slightly.
Nigel Stanger committed on 23 Jul 2013
Added reset() method to reset all arrays and counters to zero.
Nigel Stanger committed on 23 Jul 2013
Added an hr() method to draw horizontal line separators and changed the output alignment.
Nigel Stanger committed on 23 Jul 2013
Added the annotations to disable backupGlobals and backupStaticAttributes.
Nigel Stanger committed on 23 Jul 2013
2013-07-22
Implemented new error reporting scheme using subclasses of SimpleTestListener.
Nigel Stanger committed on 22 Jul 2013
Merge branch 'master' into a1-automarking-test
Nigel Stanger committed on 22 Jul 2013
Implemented Reporter support for use within assert() methods.
Nigel Stanger committed on 22 Jul 2013
Factored out connection login details.
Nigel Stanger committed on 22 Jul 2013
Clarified text of various requirements.
Nigel Stanger committed on 22 Jul 2013
2013-07-19
Major update to bring in line with the INFO 214 version of the assignment.
Nigel Stanger committed on 19 Jul 2013
Removed “almost”.
Nigel Stanger committed on 19 Jul 2013
Fixed invalid XML nesting.
Nigel Stanger committed on 19 Jul 2013
2013-07-18
- Added section on marking. ...
Nigel Stanger committed on 18 Jul 2013
2013-06-28
Added HTML reporter class.
Nigel Stanger committed on 28 Jun 2013
Implemented plain text reporting class.
Nigel Stanger committed on 28 Jun 2013
Created separate subdirectories for each table and moved corresponding files into them. Things were starting to get a bit unwieldy.
Nigel Stanger committed on 28 Jun 2013
Added empty single-table data fixtures for each of the remaining tables.
Nigel Stanger committed on 28 Jun 2013
- Added more fine-grained control of conditional error processing. ...
Nigel Stanger committed on 28 Jun 2013
Added empty fixture for Staff table only.
Nigel Stanger committed on 28 Jun 2013
Suite results are only saved if any tests in the suite were actually run.
Nigel Stanger committed on 28 Jun 2013
Increased maximum size of Department column to 30 characters.
Nigel Stanger committed on 28 Jun 2013
Added per-test counters on top of per-suite.
Nigel Stanger committed on 28 Jun 2013
2013-06-27
- Split SimpleTestListener off into a separate file. ...
Nigel Stanger committed on 27 Jun 2013
Removed the over-length illegal value “Sales and Marketing” for the Department column, as it was longer than the current longest value “Central Management”. Replaced it with some other values, plus added a couple of extra illegal values for Position.
Nigel Stanger committed on 27 Jun 2013
Made the database connection reusable rather than recreating it every time.
Nigel Stanger committed on 27 Jun 2013