ApprovalTests.Tests.Reporters.IntroductionReporterTest.TestComment C# (CSharp) Method

TestComment() private method

private TestComment ( ) : void
return void
		public void TestComment()
		{
			Approvals.Verify(new IntroductionReporter().GetFriendlyWelcomeMessage());
		}
	}
IntroductionReporterTest