AWSSDK.UnitTests.SharedCredentialsFileTest.SharedCredentialsFileTester.AssertFileContents C# (CSharp) Method

AssertFileContents() public method

public AssertFileContents ( string expectedContents ) : void
expectedContents string
return void
            public void AssertFileContents(string expectedContents)
            {
                Assert.AreEqual(expectedContents, File.ReadAllText(FilePath));
            }