We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3758b1 commit efc89feCopy full SHA for efc89fe
TestStack.FluentMVCTesting.Tests/ControllerExtensionsTests.cs
@@ -53,7 +53,7 @@ public void Check_for_existent_temp_data_property()
53
}
54
55
[Test]
56
- public void Check_for_non_existent_temp_data_property()
+ public void Check_for_unexpected_non_existent_temp_data_property()
57
{
58
const string key = "";
59
@@ -136,7 +136,7 @@ public void Check_for_existent_temp_data_property_and_check_value_using_invalid_
136
137
138
139
- public void Check_for_non_existent_temp_data_property_when_supplied_with_predicate()
+ public void Check_for_unexpected_non_existent_temp_data_property_when_supplied_with_predicate()
140
141
142
0 commit comments