C# 클래스 NUnit.Framework.Contains

Static helper class used in the constraint-based syntax
파일 보기 프로젝트 열기: antonsamarsky/emitmapper-tools 1 사용 예제들

공개 메소드들

메소드 설명
Item ( object item ) : Constraint

Creates a new CollectionContainsConstraint.

Substring ( string substring ) : Constraint

Creates a new SubstringConstraint

메소드 상세

Item() 공개 정적인 메소드

Creates a new CollectionContainsConstraint.
public static Item ( object item ) : Constraint
item object The item that should be found.
리턴 Constraint

Substring() 공개 정적인 메소드

Creates a new SubstringConstraint
public static Substring ( string substring ) : Constraint
substring string The value of the substring
리턴 Constraint