C# Class Netsy.Test.Helper

Test helpers
ファイルを表示 Open project: AnthonySteele/Netsy

Public Methods

Method Description
AssertDateIs ( System.DateTime dateTime, int expectedYear, int exectedMonth, int expectedDay, int expectedHour, int expectedMinute, int expectedSecond ) : void

Assert that the date matches the given

Method Details

AssertDateIs() public static method

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
return void