문제

I am using the Microsoft Fakes framework to make some unit test stubs.

I tried to modify the stub behaviors with StubsBehaviors.DefaultValue according to the MSDN link.

But VS2012 keeps complaining it cannot resolve the StubsBehaviors.DefaultValue. And I searched a bit. No finding. This seems to be a enum or something. Which assembly is it defined in?

도움이 되었습니까?

해결책

It is StubBehaviors and not StubsBehaviors. It is defined in Microsoft.QualityTools.Testing.Fakes.Stubs

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top