Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NotHaveColumn assertion for data tables #1

Open
MattFennerT1 opened this issue Jul 17, 2023 · 2 comments
Open

NotHaveColumn assertion for data tables #1

MattFennerT1 opened this issue Jul 17, 2023 · 2 comments

Comments

@MattFennerT1
Copy link

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

@dennisdoomen
Copy link
Member

I'm fine with that, but we're not planning to invest in DataSet support ourselves anymore. So unless somebody is willing to contribute this improvement, it's never going to happen.

@dennisdoomen dennisdoomen changed the title [API Proposal]: NotHaveColumn assertion for data tables NotHaveColumn assertion for data tables Jul 29, 2023
@ITaluone
Copy link

Move this maybe to FluentAssertions.DataSets?

@dennisdoomen dennisdoomen transferred this issue from fluentassertions/fluentassertions Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants