C# Класс Netsy.Test.Helper

Test helpers
Показать файл Открыть проект

Открытые методы

Метод Описание
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