Open
Description
Background and motivation
As per the documentation https://fluentassertions.com/data/
Currently there is a HaveColumn assertion for data tables, but there is no NotHaveColumn
API Proposal
this probably isn't right, but should give an indication:
public class DataTableAssertions
{
public AndConstraint<TAssertions> NotHaveColumn(string columnName, string because = "", params object[] becauseArgs);
}
API Usage
var table = new DataTable();
table.Should().NotHaveColumn("User")
Alternative Designs
No response
Risks
No response
Metadata
Metadata
Assignees
Labels
No labels