C# Class AWSSDK.UnitTests.IniFileTest.IniFileTester

Inheritance: IDisposable
Show file Open project: aws/aws-sdk-net

Private Properties

Property Type Description

Public Methods

Method Description
AssertFileContents ( string expectedContents ) : void
AssertSection ( string expectedSectionName ) : void
Dispose ( ) : void
IniFileTester ( bool createFile = false ) : Amazon.Runtime.Internal.Util
IniFileTester ( string fileContents ) : Amazon.Runtime.Internal.Util

Method Details

AssertFileContents() public method

public AssertFileContents ( string expectedContents ) : void
expectedContents string
return void

AssertSection() public method

public AssertSection ( string expectedSectionName ) : void
expectedSectionName string
return void

Dispose() public method

public Dispose ( ) : void
return void

IniFileTester() public method

public IniFileTester ( bool createFile = false ) : Amazon.Runtime.Internal.Util
createFile bool
return Amazon.Runtime.Internal.Util

IniFileTester() public method

public IniFileTester ( string fileContents ) : Amazon.Runtime.Internal.Util
fileContents string
return Amazon.Runtime.Internal.Util