Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Maupin <ermaup@microsoft.com>2018-08-14 21:53:00 +0300
committerEric Maupin <ermaup@microsoft.com>2018-10-17 22:12:51 +0300
commit1cf0b4e58e9c6375d2ac9f82f87103dfbe64005d (patch)
treeec18eb0ccabcb66acd93fdddc14bfc336d1373d1 /Xamarin.PropertyEditing.Tests
parent5e75201231027688847d873ee50dd5eb7296c771 (diff)
Typos
Diffstat (limited to 'Xamarin.PropertyEditing.Tests')
-rw-r--r--Xamarin.PropertyEditing.Tests/PredefinedValuesViewModelTests.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Xamarin.PropertyEditing.Tests/PredefinedValuesViewModelTests.cs b/Xamarin.PropertyEditing.Tests/PredefinedValuesViewModelTests.cs
index f62b7d6..d46747d 100644
--- a/Xamarin.PropertyEditing.Tests/PredefinedValuesViewModelTests.cs
+++ b/Xamarin.PropertyEditing.Tests/PredefinedValuesViewModelTests.cs
@@ -238,7 +238,7 @@ namespace Xamarin.PropertyEditing.Tests
}
[Test]
- [Description ("When passing along strings in the value desciprtor, we should ensure they are empty and not null for differentiation")]
+ [Description ("When passing along strings in the value descriptor, we should ensure they are empty and not null for differentiation")]
public void ValueDescriptorEmptyNotNullConstrained ()
{
var property = GetPropertyMock ();
@@ -265,7 +265,7 @@ namespace Xamarin.PropertyEditing.Tests
None = 0,
First = 1,
Second = 2,
- Eigth = 8
+ Eighth = 8
}
[TestFixture]
@@ -320,7 +320,7 @@ namespace Xamarin.PropertyEditing.Tests
}
[Test]
- [Description ("When passing along strings in the value desciprtor, we should ensure they are empty and not null for differentiation")]
+ [Description ("When passing along strings in the value descriptor, we should ensure they are empty and not null for differentiation")]
public void ValueDescriptorEmptyNotNullUnconstrained ()
{
var property = GetPropertyMock ();