Skip to content

ppanyukov/cool-tricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cool-tricks

Demos and samples of various .NET stuff

What's here (so far):

TestingTricks

Dedicated to things around testing.

SelfTestingAssembly

Demonstrates two things:

  1. How to embed tests in the same assembly as the code, but without making the tests public, yet still recognisable by NUnit.

  2. How this trick can also be used to test private methods avoiding reflection and other nastiness.

About

Demos and samples of various .NET stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages