Arbutils/tests
Deukhoofd 6b4d18f434
continuous-integration/drone/push Build is failing Details
Resolve issue where ConstString can lose internal string representation due to not owning it.
This sadly meant most constexpr constructors had to be removed, as it needs to copy the string.
2020-04-07 18:54:23 +02:00
..
AssertTests.cpp Tweaks and fixes for Assert 2020-03-22 12:20:39 +01:00
ConstStringTests.cpp Resolve issue where ConstString can lose internal string representation due to not owning it. 2020-04-07 18:54:23 +02:00
DictionaryTests.cpp Add initializer list support for Dictionary. 2020-03-22 16:53:42 +01:00
EnumTests.cpp Initial commit. 2020-02-26 12:57:18 +01:00
ListTests.cpp Added IndexOf support for List. 2020-03-24 22:56:40 +01:00
MemoryTests.cpp Support for pointer holder outline. 2020-03-28 21:08:55 +01:00
RandomTests.cpp Fixed issue with Valgrind. 2020-04-04 18:01:35 +02:00