Skip to content

References to tools and patterns for easy and efficient unit testing in C#.

License

Notifications You must be signed in to change notification settings

CodingFlow/unit-testing-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unit-testing-toolbox

References to tools and patterns for easy and efficient unit testing in C#.

To be used in tests:

To be used in unit production code:

Other

<Project>

    <ItemGroup>
        <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
            <_Parameter1>$(AssemblyName).Tests</_Parameter1>
        </AssemblyAttribute>
    </ItemGroup>

</Project>

About

References to tools and patterns for easy and efficient unit testing in C#.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project