summaryrefslogtreecommitdiffstats
path: root/src/test/CppTests
Commit message (Collapse)AuthorAgeFilesLines
* Change config structureChristoph Schlosser2018-03-024-23/+23
|
* Add tests and fix default smart textChristoph Schlosser2018-03-022-0/+54
|
* Dont select negative valuesChristoph Schlosser2018-03-021-0/+2
|
* Another unit testChristoph Schlosser2018-02-251-0/+5
|
* Add testsChristoph Schlosser2018-02-252-0/+43
|
* Add options and allow change of option orderChristoph Schlosser2018-02-252-6/+9
|
* Add positive and negative testChristoph Schlosser2018-02-241-0/+11
|
* -- Added tests for the configuration options.Rowan Goemans2018-02-203-29/+99
| | | | -- Expanded the mock classes to allow for more dynamic setting of the contents.
* -- Finished all parameter tests.Rowan Goemans2018-02-203-3/+286
| | | | -- Added support for all C++ string literals.
* -- Completed unit tests for operators. Conversion operators aren't working yet.Rowan Goemans2018-02-2010-0/+751
-- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests.