Lines Matching refs:testIntervalFail
2761 static void testIntervalFail(Interval!Date interval, scope const Duration duration)
2766 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), dur!"days"(0)), du…
2802 static void testIntervalFail(Interval!Date interval, int years, int months)
2807 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), dur!"days"(0)), 1,…
2855 static void testIntervalFail(I)(I interval, scope const Duration duration) in testIntervalFail() function
2860 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), dur!"days"(0)), du…
2861 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), Date(2010, 7, 5)),…
2897 static void testIntervalFail(Interval!Date interval, int years, int months)
2902 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), dur!"days"(0)), 1,…
2903 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), Date(2012, 1, 7)),…
7402 static void testIntervalFail(I)(I interval, int years, int months) in testIntervalFail() function