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
Copy file name to clipboardExpand all lines: test/MyTested.AspNetCore.Mvc.Caching.Test/BuildersTests/DataTests/DistributedCacheEntryTestBuilderTests.cs
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,43 @@ public void WithValueShouldThrowExceptionWithIncorrectValue()
93
93
"When calling AddDistributedCacheAction action in MvcController expected distributed cache to have an entry with 'test' key and the given value, but in fact it was different.");
"When calling AddDistributedCacheActionWithStringValueEntries action in MvcController expected distributed cache to have an entry with 'test' key and the given value, but in fact it was different.");
Copy file name to clipboardExpand all lines: test/MyTested.AspNetCore.Mvc.Caching.Test/BuildersTests/DataTests/DistributedCacheTestBuilderTests.cs
+133-9Lines changed: 133 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,39 @@ public void ContainingEntryShouldThrowExceptionWithIncorrectEntry()
55
55
"When calling AddDistributedCacheAction action in MvcController expected distributed cache to have an entry with the given key, but such was not found.");
"When calling AddDistributedCacheActionWithStringValueEntries action in MvcController expected distributed cache to have an entry with the given key, but such was not found.");
@@ -127,6 +160,39 @@ public void ContainingEntryWithValueShouldThrowExceptionWithIncorrectValue()
127
160
"When calling AddDistributedCacheAction action in MvcController expected distributed cache to have an entry with the given value, but such was not found.");
"When calling AddDistributedCacheActionWithStringValueEntries action in MvcController expected distributed cache to have an entry with the given value, but such was not found.");
"When calling AddDistributedCacheActionWithStringValueEntries action in MvcController expected distributed cache to have 1 entry, but in fact found 2.");
"When calling AddDistributedCacheActionWithStringValueEntries action in MvcController expected distributed cache to have 3 entries, but in fact found 2.");
0 commit comments