Skip to content

Releases: ILXL/cppaudit

v1.0

01 Sep 02:12
Compare
Choose a tag to compare

Addresses most issues brought up by students and developers until Spring 2019. Major changes include

  • Allow addition of messages for failed executable program equality checks (i.e., ASSERT_EXECEQ(x, y) << "message")
  • Built a simpler output when comparing expected executable results in place of the usual diff from ASSERT_EQ. This will focus on showing expected output and actual output then use coloring to indicate where the differences are. It also has an error message to point out the specific character difference.
  • Using the SkipListener can allow the unit test to skip the remaining tests when one test fails.

v0.3-beta

12 Oct 17:35
59c880a
Compare
Choose a tag to compare
v0.3-beta Pre-release
Pre-release

Repackaged using a new name, file structure and incorporated with the new version of gtest-extension

v0.2-beta

24 Sep 02:20
96c74bd
Compare
Choose a tag to compare
v0.2-beta Pre-release
Pre-release

Pre-release version that lacks documentation, but useable in lab exercises that involve multiple files (header, implementation, and driver files)

v0.1-alpha

10 Sep 20:19
3afc08f
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release

Pre-release version that lacks documentation, but useable in lab exercises