Skip to content

Instantly share code, notes, and snippets.

@GraemeF
Created February 10, 2011 15:46
Show Gist options
  • Save GraemeF/820737 to your computer and use it in GitHub Desktop.
Save GraemeF/820737 to your computer and use it in GitHub Desktop.
[Fact]
public void Initialize_Always_InitializesParserPresenter()
{
LogPresenter test = BuildTestSubject();
test.Initialize();
A.CallTo(() => _parserPresenter.Initialize()).MustHaveHappened();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment