summaryrefslogtreecommitdiffstats
path: root/src/test/CppTests/TrailingReturns.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Reordered assertion parameter in teststo-s2021-05-081-4/+4
| | | | Due to https://github.com/cschlosser/doxdocgen/issues/218
* Release 1.1.0 (#189)1.1.0Christoph Schlosser2020-10-191-0/+1
| | | | | * Release 1.1.0 * Make linter happy
* Replaced assert.equal() calls by assert.strictEqual() calls (#188)to-s2020-10-191-4/+4
| | | Due to message: deprecated since v9.9.0 - use strictEqual() instead.
* -- Completed unit tests for operators. Conversion operators aren't working yet.Rowan Goemans2018-02-201-0/+39
-- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests.