C# (CSharp) Ploeh.TestTypeFoundation Пространство имен

Классы

Имя Описание
GuardedStaticMethodOnStaticTypeHost
TypeWithPseudoFactoryMethod This type contains a method that returns an instance of the same type so that it looks like a Factory Method. In fact, it is not because it receives a parameter of the same type, so using it as a factory inevitably leads to circular dependencies.