Course Data project

A JISC funded project aimed at improving course-related data at Sussex University

Posts Tagged with ‘JUnit’

A word on our unit testing

January

8

For our unit tests we opted to stick to the standard framework for unit testing Java applications, JUnit. As ever, it is very easy to unit test methods using JUnit, but there are some features of JUnit 4 that make it even easier. Once again, the use of annotations has simplified the process of creating […]