接口 TestUtils.Time
- 封闭类:
- TestUtils
public static interface TestUtils.Time
-
方法概要
修饰符和类型方法说明days(int days) voidgo(int milliSeconds) go(int hours, int minutes, int seconds) go(int year, int months, int days, int hours, int minutes, int seconds) hours(int hours) minutes(int minutes) months(int months) nextDay()nextDays(int days) nextHour()nextHours(int hours) nextMinutes(int minutes) nextMonths(int months) nextWeek()nextWeeks(int weeks) nextYear()nextYears(int years) seconds(int seconds) years(int years)
-
方法详细资料
-
hours
-
minutes
-
seconds
-
go
-
go
-
days
-
months
-
years
-
nextMinute
TestUtils.Time nextMinute() -
nextMinutes
-
nextHour
TestUtils.Time nextHour() -
nextHours
-
nextWeek
TestUtils.Time nextWeek() -
nextWeeks
-
nextDay
TestUtils.Time nextDay() -
nextDays
-
nextMonth
TestUtils.Time nextMonth() -
nextMonths
-
nextYear
TestUtils.Time nextYear() -
nextYears
-
go
void go(int milliSeconds)
-