Skip to content

Releases: ILXL/cppaudit

v1.0

Choose a tag to compare

@pinventado pinventado released this 01 Sep 02:12

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

v0.3-beta Pre-release
Pre-release

Choose a tag to compare

@pinventado pinventado released this 12 Oct 17:35
59c880a

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

v0.2-beta

v0.2-beta Pre-release
Pre-release

Choose a tag to compare

@pinventado pinventado released this 24 Sep 02:20
96c74bd

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

v0.1-alpha

v0.1-alpha Pre-release
Pre-release

Choose a tag to compare

@pinventado pinventado released this 10 Sep 20:19
3afc08f

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