summaryrefslogtreecommitdiffstats
path: root/src/test/CppTests/Config.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Negative testChristoph Schlosser2019-06-281-0/+8
|
* Fix brief and add testsChristoph Schlosser2019-06-281-0/+23
|
* Add test for stripping trailing `*/`Christoph Schlosser2019-06-221-0/+5
|
* customTag will supply ISO date format if user configured format emptyDean Anderson2018-09-291-1/+1
| | | | | | Added separate templates for author name {author} and email {email} Added method to make multiple template substitutions in a string customTag will now replace {author}, {email}, {date} and {year} templates
* Make order of comment tags customizableChristoph Schlosser2018-03-021-4/+18
| | | | Fix #55
* Add tests for new smart textChristoph Schlosser2018-03-021-0/+25
|
* Change config structureChristoph Schlosser2018-03-021-17/+17
|
* Add tests and fix default smart textChristoph Schlosser2018-03-021-0/+12
|
* Add testsChristoph Schlosser2018-02-251-0/+10
|
* Add options and allow change of option orderChristoph Schlosser2018-02-251-3/+4
|
* Add positive and negative testChristoph Schlosser2018-02-241-0/+11
|
* -- Added tests for the configuration options.Rowan Goemans2018-02-201-0/+83
-- Expanded the mock classes to allow for more dynamic setting of the contents.