summaryrefslogtreecommitdiffstats
path: root/src/test/CppTests/TestSetup.ts
Commit message (Collapse)AuthorAgeFilesLines
* Substitute author and email by git config (#186)to-s2020-10-191-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * Substitute author and email by git config * Upgraded version of typescript Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505813068 * Moved to CppDocGen.generateAuthorTag() Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505819542 * Update README.md Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505822908 * Update TestSetup.ts * Added tests * Changed return type to string Due to https://ci.appveyor.com/project/cschlosser/doxdocgen/builds/35818180#L566 Co-authored-by: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com>
* Added file description in first line (#183)to-s2020-10-101-4/+9
| | | | | | | | | * Added file description in first line Due to https://github.com/cschlosser/doxdocgen/issues/141 * Added addIndent flag to SetLines() Co-authored-by: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com>
* Add options and allow change of option orderChristoph Schlosser2018-02-251-3/+5
|
* -- Added tests for the configuration options.Rowan Goemans2018-02-201-10/+16
| | | | -- Expanded the mock classes to allow for more dynamic setting of the contents.
* -- Completed unit tests for operators. Conversion operators aren't working yet.Rowan Goemans2018-02-201-0/+52
-- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests.