chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
Let's say I have a static class named DummyStaticClass

And the code I would like to mock look like the following

var returnVal = DummyStaticClass.DummyProperty1.DummyProperty2.YetAnotherDummyProperty.DummyMethod(someInput).MoreProperty;

Is there any convenient way to mock this call ?
closed with the note: Problem solved
asked by cscmh99 (6.1k points)
closed by cscmh99
...