C# 클래스 PatientPending.Specifications.ContainsSpecifications

파일 보기 프로젝트 열기: PaulUpson/PatientPending

보호된 메소드들

메소드 설명
DateUtc ( int year, int month, int day ) : System.DateTime
GetSpecifications ( ) : NUnit.Framework.TestCaseData[]

비공개 메소드들

메소드 설명
Name ( SpecificationToRun r ) : string
Verify ( SpecificationToRun spec ) : void

메소드 상세

DateUtc() 보호된 정적인 메소드

protected static DateUtc ( int year, int month, int day ) : System.DateTime
year int
month int
day int
리턴 System.DateTime

GetSpecifications() 보호된 메소드

protected GetSpecifications ( ) : NUnit.Framework.TestCaseData[]
리턴 NUnit.Framework.TestCaseData[]