ApprovalTests.Reporters.FrameworkAssertReporter.FrameworkAssertReporter C# (CSharp) Method

FrameworkAssertReporter() public method

		public FrameworkAssertReporter()
			: base(MsTestReporter.INSTANCE,
						 NUnitReporter.INSTANCE,
						 XUnit2Reporter.INSTANCE,
						 XUnitReporter.INSTANCE)
		{
		}
	}
FrameworkAssertReporter