Skip to content

Would be handy to have: Controller.ShouldNotHaveTempDataProperty #36

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

Closed
robdmoore opened this issue Sep 22, 2014 · 2 comments
Closed

Would be handy to have: Controller.ShouldNotHaveTempDataProperty #36

robdmoore opened this issue Sep 22, 2014 · 2 comments

Comments

@robdmoore
Copy link
Member

No description provided.

@AlexArchive
Copy link
Contributor

It occurred to me that ShouldNotHaveTempData does not have a fluent version - I will add this soon.

You can currently do this:

sut.ShouldNotHaveTempDataProperty("")
    .AndShouldHaveTempDataProperty("");

But you cannot do this:

sut.ShouldNotHaveTempDataProperty("")
    .AndShouldNotHaveTempDataProperty("");

(Or similar permutations)

@robdmoore
Copy link
Member Author

Should we close this now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants