Skip to content

proof-of-reality/GenericTester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

GenericTester

Generic Tester C#

This project is an example of a xUnit test that takes the results of all declared methods of all Controllers of a MVC project and executes them against "random" data.

The benefits of this approach is that you can have a "snapshot" of the project, and can detect breaking changes into your code by comparing the results of the current 'snapshot' and the last one.

This is an approach for extensive codebase projects without any test.

About

Generic Tester C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages