.NET-Community-Toolkit/tests/CommunityToolkit.Mvvm.UnitT...
Sergio Pedri d3250b6f78
Merge pull request #302 from CommunityToolkit/dev/fix-command-canexecute-nullability
Fix [RelayCommand] CanExecute when nullable arguments are used
2022-06-23 16:55:38 +02:00
..
Collections Add an extra test case 2022-04-06 23:28:22 +02:00
Helpers Add unit tests for command ArgumentException-s 2022-06-13 17:54:20 +02:00
CommunityToolkit.Mvvm.UnitTests.csproj Update EditorConfig and Git files 2022-06-11 15:36:02 +02:00
Test_ArgumentNullException.ComponentModel.cs Add test class name to null argument check tests 2021-12-17 00:54:25 +01:00
Test_ArgumentNullException.DependencyInjection.cs Add test class name to null argument check tests 2021-12-17 00:54:25 +01:00
Test_ArgumentNullException.Input.cs Switch async command types to use AsyncRelayCommandOptions 2022-06-04 15:20:30 +02:00
Test_ArgumentNullException.Messaging.cs Add test class name to null argument check tests 2021-12-17 00:54:25 +01:00
Test_AsyncRelayCommand.cs Add more unit tests for synchronous exceptions 2022-06-04 16:37:33 +02:00
Test_AsyncRelayCommand{T}.cs Add unit tests for command ArgumentException-s 2022-06-13 17:54:20 +02:00
Test_INotifyPropertyChangedAttribute.cs Add "this." prefix to all field accesses 2022-06-11 16:28:44 +02:00
Test_IRecipientGenerator.cs Add unit tests for abstract source generation targets 2022-05-21 14:06:43 +02:00
Test_Messenger.Request.cs Remove redundant [TestCategory] attributes 2021-11-04 21:48:54 +01:00
Test_Messenger.cs Merge pull request #237 from danielbanda/Typos 2022-05-25 20:12:29 +02:00
Test_ObservableObject.cs Add "this." prefix to all field accesses 2022-06-11 16:28:44 +02:00
Test_ObservableObjectAttribute.cs Add "this." prefix to all field accesses 2022-06-11 16:28:44 +02:00
Test_ObservablePropertyAttribute.RootNamespace.cs Fix source generators for types in global namespace 2022-06-01 22:08:12 +02:00
Test_ObservablePropertyAttribute.cs Rename [ICommand] to [RelayCommand] 2022-06-02 01:40:58 +02:00
Test_ObservableRecipient.cs Add "this." prefix to all field accesses 2022-06-11 16:28:44 +02:00
Test_ObservableRecipientAttribute.cs Fix [ObservableRecipient] with inherited base attributes 2022-02-22 20:00:26 +01:00
Test_ObservableValidator.cs Add "this." prefix to all field accesses 2022-06-11 16:28:44 +02:00
Test_RelayCommand.cs Remove CanExecute checks from Execute logic 2022-03-09 22:14:51 +01:00
Test_RelayCommandAttribute.cs Add unit tests for [RelayCommand] with nullable arguments 2022-06-13 17:54:01 +02:00
Test_RelayCommand{T}.cs Add unit tests for command ArgumentException-s 2022-06-13 17:54:20 +02:00
Test_SourceGenerators.cs Rename [ICommand] to [RelayCommand] 2022-06-02 01:40:58 +02:00