Generic test suite for ASP.NET Membership/Role/Profile/Session Providers
- by SztupY
Hi!
I've just created custom ASP.NET Membership, Role, Profile and Session State providers, and I was wondering whether there exists a test suite or something similar to test the implementation of the providers. I've checked some of the open source providers I could find (like the NauckIt.PostgreSQL provider), but neither of them contained unit tests, and all of the forum topics I've found mentioned only a few test cases (like checking whether creating a user works), but this is clearly not a complete test suite for a Membership provider. (And I couldn't find anything for the other three providers)
Are there more or less complete test suites for the above mentioned providers, or are there custom providers out there that have at least some testing avaialable?