Exemplo n.º 1
0
 public void BinaryFileContainsStrings_TestX86Debug_ShouldContainGoogleTestIndicator()
 {
     Utils.BinaryFileContainsStrings(TestResources.Tests_DebugX86, Encoding.ASCII, GoogleTestConstants.GoogleTestExecutableMarkers).Should().BeTrue();
 }
Exemplo n.º 2
0
 public void BinaryFileContainsStrings_EmptyFile_ShouldNotContainGoogleTestIndicator()
 {
     Utils.BinaryFileContainsStrings(TestResources.TenSecondsWaiter, Encoding.ASCII, GoogleTestConstants.GoogleTestExecutableMarkers).Should().BeFalse();
 }