public RecursiveMockingBehavior(RecursiveMockingBehaviorType type)
		{
			this.type = type;
		}
Beispiel #2
0
 public RecursiveMockingBehavior(RecursiveMockingBehaviorType type)
 {
     this.type = type;
 }