You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Tests whether the <see cref="Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary"/> contains entry with value of the provided type and the given key.
35
41
/// </summary>
@@ -38,6 +44,15 @@ public interface IViewDataTestBuilder
38
44
/// <returns>The same <see cref="IAndViewDataTestBuilder"/>.</returns>
/// Tests whether the <see cref="Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary"/> contains entry with value of the provided type and the given key.
50
+
/// </summary>
51
+
/// <param name="key">Key of the view data entry.</param>
52
+
/// <param name="valueType"></param>
53
+
/// <returns>The same <see cref="IAndViewDataTestBuilder"/>.</returns>
/// Tests whether the <see cref="Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary"/> contains entry with the provided key and corresponding value.
0 commit comments