C# Class AWSSDK.UnitTests.IniFileTest.IniFileTester

Inheritance: IDisposable
Afficher le fichier Open project: aws/aws-sdk-net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public AssertFileContents ( string expectedContents ) : void
expectedContents string
Résultat void

AssertSection() public méthode

public AssertSection ( string expectedSectionName ) : void
expectedSectionName string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IniFileTester() public méthode

public IniFileTester ( bool createFile = false ) : Amazon.Runtime.Internal.Util
createFile bool
Résultat Amazon.Runtime.Internal.Util

IniFileTester() public méthode

public IniFileTester ( string fileContents ) : Amazon.Runtime.Internal.Util
fileContents string
Résultat Amazon.Runtime.Internal.Util