コード例 #1
0
        public void ActIsAssertAtTheSameTime()
        {
            int i = 0;

            _column.Act((cl, col) =>
                        Assert.True(col.Content.Extract(rows => true, obj => Regex.Match(obj as string, $"Endpoint {i++}").Success)));
        }