summaryrefslogtreecommitdiffstats
path: root/src/test/CTests/Con-AndDestructor.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* -- Completed unit tests for operators. Conversion operators aren't working yet.Rowan Goemans2018-02-201-63/+0
| | | | | -- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests.
* -- Added missing test for edge case for fundamental types unit test.Rowan Goemans2018-02-201-1/+1
|
* -- Added test for constructors and destructors.Rowan Goemans2018-02-201-0/+63
-- Removed config value for null on bool pointer return. I think it's to confusing for users. -- Fixed some small remaining refactor bugs.