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.