summaryrefslogtreecommitdiffstats
path: root/src/test/CppTests/Con-AndDestructor.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Replaced assert.equal() calls by assert.strictEqual() calls (#188)to-s2020-10-191-9/+9
| | | Due to message: deprecated since v9.9.0 - use strictEqual() instead.
* Fix testsChristoph Schlosser2019-10-051-1/+1
|
* Change config structureChristoph Schlosser2018-03-021-1/+1
|
* Dont select negative valuesChristoph Schlosser2018-03-021-0/+2
|
* -- Completed unit tests for operators. Conversion operators aren't working yet.Rowan Goemans2018-02-201-0/+63
-- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests.