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

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

공개 메소드들

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

Creates a new instance of the DoesNotContainException class.

메소드 상세

DoesNotContainException() 공개 메소드

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