Method Recurring_rejects_an_undecodable_cursor
- Namespace
- Millrace.Storage.Verification
- Assembly
- Millrace.Storage.Verification.dll
Recurring_rejects_an_undecodable_cursor(string)
[Theory("/home/runner/work/Millrace/Millrace/src/Millrace.Storage.Verification/MonitoringConformanceSuite.cs", 706)]
[InlineData(new object?[] { "not-a-cursor" })]
[InlineData(new object?[] { "!!not-a-cursor!!" })]
[InlineData(new object?[] { "%%%" })]
[InlineData(new object?[] { " " })]
public Task Recurring_rejects_an_undecodable_cursor(string cursor)
Parameters
cursorstring