Guest User

Untitled

a guest
Jul 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. [Fact]
  2. public void Initialize_Always_InitializesParserPresenter()
  3. {
  4. LogPresenter test = BuildTestSubject();
  5. test.Initialize();
  6.  
  7. A.CallTo(() => _parserPresenter.Initialize()).MustHaveHappened();
  8. }
Add Comment
Please, Sign In to add comment