C# 클래스 Netsy.Test.Helper

Test helpers
파일 보기 프로젝트 열기: AnthonySteele/Netsy

공개 메소드들

메소드 설명
AssertDateIs ( System.DateTime dateTime, int expectedYear, int exectedMonth, int expectedDay, int expectedHour, int expectedMinute, int expectedSecond ) : void

Assert that the date matches the given

메소드 상세

AssertDateIs() 공개 정적인 메소드

Assert that the date matches the given
public static AssertDateIs ( System.DateTime dateTime, int expectedYear, int exectedMonth, int expectedDay, int expectedHour, int expectedMinute, int expectedSecond ) : void
dateTime System.DateTime the date and time to check
expectedYear int the expected year
exectedMonth int the expected month
expectedDay int the expected day
expectedHour int the expected hour
expectedMinute int the expected minute
expectedSecond int the expected second
리턴 void