C# 클래스 AWSSDK.UnitTests.OptimisticLockedFileTest.OptimisticLockedTextFileTester

상속: IDisposable
파일 보기 프로젝트 열기: aws/aws-sdk-net

Private Properties

프로퍼티 타입 설명
AssertPersist void

공개 메소드들

메소드 설명
AssertFileContents ( string expectedContents ) : void
AssertLines ( ) : void
Dispose ( ) : void
OptimisticLockedTextFileTester ( bool createFile = false ) : Amazon.Runtime.Internal.Util
OptimisticLockedTextFileTester ( string fileContents ) : Amazon.Runtime.Internal.Util

비공개 메소드들

메소드 설명
AssertPersist ( string expectedContents ) : void

메소드 상세

AssertFileContents() 공개 메소드

public AssertFileContents ( string expectedContents ) : void
expectedContents string
리턴 void

AssertLines() 공개 메소드

public AssertLines ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OptimisticLockedTextFileTester() 공개 메소드

public OptimisticLockedTextFileTester ( bool createFile = false ) : Amazon.Runtime.Internal.Util
createFile bool
리턴 Amazon.Runtime.Internal.Util

OptimisticLockedTextFileTester() 공개 메소드

public OptimisticLockedTextFileTester ( string fileContents ) : Amazon.Runtime.Internal.Util
fileContents string
리턴 Amazon.Runtime.Internal.Util