Table of Contents

Method An_undecodable_cursor_is_rejected_rather_than_restarting

Namespace
Millrace.Storage.Verification
Assembly
Millrace.Storage.Verification.dll

An_undecodable_cursor_is_rejected_rather_than_restarting(string)

[Theory("/home/runner/work/Millrace/Millrace/src/Millrace.Storage.Verification/MonitoringConformanceSuite.cs", 156)]
[InlineData(new object?[] { "not-a-cursor" })]
[InlineData(new object?[] { "!!not-a-cursor!!" })]
[InlineData(new object?[] { "%%%" })]
[InlineData(new object?[] { " " })]
[InlineData(new object?[] { "a" })]
public Task An_undecodable_cursor_is_rejected_rather_than_restarting(string cursor)

Parameters

cursor string

Returns

Task