C# Class Netsy.Test.Helper

Test helpers
Afficher le fichier Open project: AnthonySteele/Netsy

Méthodes publiques

Méthode 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 méthode

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
Résultat void