baylor
-
- 52,449 total downloads
- last updated 3/7/2020
- Latest version: 1.1.1
When testing in C# it's not unusual to test instances of a class. The problem we all face is having a place to initialize our objects. 1. Create a field that is initialized and reset on `[TearDown]`? 2. Create a null field that is initialized during `[SetUp]`? 3. Duplicate... More information -
- 44,510 total downloads
- last updated 10/18/2016
- Latest version: 1.1.0
This is an excercise of finding all the objects within an assembly that have a property of a type.