public void GetLog_CallsProbe_WhenCalled() { // Arrange // Act m_Sut.GetLog(); // Assert m_Probe.Received().GetLog(); }