public void BinaryFileContainsStrings_TestX86Debug_ShouldContainGoogleTestIndicator() { Utils.BinaryFileContainsStrings(TestResources.Tests_DebugX86, Encoding.ASCII, GoogleTestConstants.GoogleTestExecutableMarkers).Should().BeTrue(); }
public void BinaryFileContainsStrings_EmptyFile_ShouldNotContainGoogleTestIndicator() { Utils.BinaryFileContainsStrings(TestResources.TenSecondsWaiter, Encoding.ASCII, GoogleTestConstants.GoogleTestExecutableMarkers).Should().BeFalse(); }