C# 클래스 PclUnit.Style.Xunit.Exceptions.ContainsException

상속: AssertException
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
ContainsException ( object expected ) : System

Creates a new instance of the ContainsException class.

ContainsException ( object expected, object actual ) : System

Creates a new instance of the ContainsException class.

메소드 상세

ContainsException() 공개 메소드

Creates a new instance of the ContainsException class.
public ContainsException ( object expected ) : System
expected object The expected object value
리턴 System

ContainsException() 공개 메소드

Creates a new instance of the ContainsException class.
public ContainsException ( object expected, object actual ) : System
expected object The expected object value
actual object The actual value
리턴 System