Skip to content

Instantly share code, notes, and snippets.

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