ICD.Common.Utils/ICD.Common.Utils.Tests
2021-10-05 10:17:58 -04:00
..
Attributes fix: Fixing issues with Remap methods, added unit tests 2019-06-13 17:35:03 -04:00
Collections remove: Removing RateLimitedEventQueue - Use ThreadedWorkerQueue instead 2021-09-30 10:45:12 -04:00
Comparers test: Moved version comparer tests from settings 2020-09-11 11:17:50 -04:00
EventArguments Fixing tests 2017-11-12 17:05:48 -05:00
Extensions chore: Added SimplSharp nuget packages, fixed SIMPLSHARP preprocessors 2021-08-30 13:39:43 -04:00
Json chore: Added SimplSharp nuget packages, fixed SIMPLSHARP preprocessors 2021-08-30 13:39:43 -04:00
Services test: Using UTC in unit tests 2020-03-11 15:36:21 -04:00
Timers fix: Fixed a bug where SafeTimer.Trigger would call the callback twice on NetStandard 2021-04-12 15:13:38 -04:00
Xml fix: Fixed a bug where AbstractGenericXmlConverter was not reading out of empty elements 2021-05-04 17:26:01 -04:00
AnsiUtilsTest.cs refactor: Splitting ANSI into codes and texts, instead of converting straight to HTML 2020-02-25 19:06:34 -05:00
DateTimeUtilsTest.cs feat: Added TimeSpan extension methods for cycling hours and minutes without modifying the day 2019-09-09 10:07:08 -04:00
EncodingUtilsTest.cs feat: Added util method for removing BOM characters from UTF8 data 2018-05-09 11:35:53 -04:00
EnumUtilsTest.cs fix: Fixed EnumUtils.GetValuesExceptNone to work for non-flag enums 2021-09-30 10:44:01 -04:00
ICD.Common.Utils.Tests_NetStandard.csproj chore: S#, net framework and net standard all build to /bin 2021-08-30 14:05:42 -04:00
IcdAutoResetEventTest.cs feat: Adding IcdAutoResetEvent and IcdMaunalResetEvent 2021-09-30 10:44:30 -04:00
IcdManualResetEventTest.cs feat: Adding IcdAutoResetEvent and IcdMaunalResetEvent 2021-09-30 10:44:30 -04:00
IcdUriBuilderTest.cs fix: Fixed bug in IcdUriBuilder where Query property behaved differently to UriBuilder 2019-06-21 21:32:46 -04:00
MathUtilsTest.cs fix: Fixing MathUtilsTest after rename 2019-09-09 15:33:31 -04:00
PathUtilsTest.cs Tidying 2018-02-02 14:39:09 -05:00
RecursionUtilsTest.cs feat: Added breadth-first search method that returns the path from root for every node in the graph 2020-10-22 12:16:32 -04:00
ReflectionUtilsTest.cs feat: Added shims for ReflectionUtils.SubscribeEvent for known callbacks 2019-01-29 21:59:10 -05:00
RegexUtilsTest.cs feat: Added RegexUtils method for replacing a single group in a match 2018-12-19 06:40:39 -05:00
SafeCriticalSectionTest.cs remove: SafeCriticalSection - remove TryEnter method 2021-09-30 10:45:12 -04:00
StringUtilsTest.cs feat: Adding methods for converting hex strings to byte arrays 2021-03-22 15:30:25 -04:00
ThreadedWorkerQueueTest.cs fix: Fixing ThreadedWorkerQueue to not use TryEnter, and track the processing state with a bool 2021-09-30 10:45:12 -04:00
ThreadingUtilsTest.cs test: Using UTC in unit tests 2020-03-11 15:36:21 -04:00