Skip to content

A simple .NET library for structuring unit test methods as fluent interfaces.

License

Notifications You must be signed in to change notification settings

meyertime/FluentTestCase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FluentTestCase - A simple .NET library for structuring unit test methods as 
fluent interfaces, while encouraging the use of the Arrange, Act, Assert (AAA) 
and Don't Repeat Yourself (DRY) patterns.

Copyright 2013 David Meyer

FluentTestCase is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published 
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

FluentTestCase is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

A copy of the GNU Lesser General Public License is included in the file
"copying.lesser.txt".  A copy of the GNU General Public License, which
is incorporated by the aforementioned license, is included in the file
"copying.txt".  See also <http://www.gnu.org/licenses/>.

About

A simple .NET library for structuring unit test methods as fluent interfaces.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages