summaryrefslogtreecommitdiffstats
path: root/src/test/CppTests/Parameters.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Reordered assertion parameter in teststo-s2021-05-081-72/+72
| | | | Due to https://github.com/cschlosser/doxdocgen/issues/218
* Replaced assert.equal() calls by assert.strictEqual() calls (#188)to-s2020-10-191-72/+72
| | | Due to message: deprecated since v9.9.0 - use strictEqual() instead.
* Fixed a bug where the argument type would be placed as the param instead of ↵Daan Huinink2020-05-271-0/+15
| | | | the argument name. (#154)
* Ignore restrict keywordChristoph Schlosser2019-10-051-0/+5
|
* Enums now are treated as type correctlyChristoph Schlosser2019-04-131-0/+5
|
* Fix type as variable nameChristoph Schlosser2018-10-041-0/+8
|
* Update unit testsChristoph Schlosser2018-07-061-0/+5
| | | | | | Remove seperate file. Move into parameters test. Add new one to function pointers.
* -- Finished all parameter tests.Rowan Goemans2018-02-201-0/+235
| | | | -- Added support for all C++ string literals.
* -- Completed unit tests for operators. Conversion operators aren't working yet.Rowan Goemans2018-02-201-0/+20
-- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests.