C# 클래스 FluentWebUITesting.Accessors.TextBase

파일 보기 프로젝트 열기: mvbalaw/FluentWebUITesting

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Contains ( [ containedText ) : IReadOnlyBooleanState
GetValue ( ) : string
ShouldBeEmpty ( ) : void
ShouldBeEmpty ( string errorMessage ) : void
ShouldBeEqualTo ( [ text ) : void
ShouldBeEqualTo ( [ text, string errorMessage ) : void
ShouldNotBeEmpty ( ) : void
ShouldNotBeEmpty ( string errorMessage ) : void
ShouldNotBeEqualTo ( [ text ) : void
ShouldNotBeEqualTo ( [ text, string errorMessage ) : void
StartsWith ( [ startingText ) : IReadOnlyBooleanState

보호된 메소드들

메소드 설명
TextBase ( string text, string howFound ) : System

메소드 상세

Contains() 공개 메소드

public Contains ( [ containedText ) : IReadOnlyBooleanState
containedText [
리턴 IReadOnlyBooleanState

GetValue() 공개 메소드

public GetValue ( ) : string
리턴 string

ShouldBeEmpty() 공개 메소드

public ShouldBeEmpty ( ) : void
리턴 void

ShouldBeEmpty() 공개 메소드

public ShouldBeEmpty ( string errorMessage ) : void
errorMessage string
리턴 void

ShouldBeEqualTo() 공개 메소드

public ShouldBeEqualTo ( [ text ) : void
text [
리턴 void

ShouldBeEqualTo() 공개 메소드

public ShouldBeEqualTo ( [ text, string errorMessage ) : void
text [
errorMessage string
리턴 void

ShouldNotBeEmpty() 공개 메소드

public ShouldNotBeEmpty ( ) : void
리턴 void

ShouldNotBeEmpty() 공개 메소드

public ShouldNotBeEmpty ( string errorMessage ) : void
errorMessage string
리턴 void

ShouldNotBeEqualTo() 공개 메소드

public ShouldNotBeEqualTo ( [ text ) : void
text [
리턴 void

ShouldNotBeEqualTo() 공개 메소드

public ShouldNotBeEqualTo ( [ text, string errorMessage ) : void
text [
errorMessage string
리턴 void

StartsWith() 공개 메소드

public StartsWith ( [ startingText ) : IReadOnlyBooleanState
startingText [
리턴 IReadOnlyBooleanState

TextBase() 보호된 메소드

protected TextBase ( string text, string howFound ) : System
text string
howFound string
리턴 System