Home
last modified time | relevance | path

Searched refs:testDate (Results 1 – 1 of 1) sorted by relevance

/expo/android/expoview/src/test/java/host/exp/exponent/
H A DNotificationTest.kt21 val testDate = DateTime(2019, 1, 1, 10, 10, 0) in calendarNextExecutionTestOne() constant
22 val dateTime = ExecutionTime.forCron(cron).nextExecution(testDate) in calendarNextExecutionTestOne()
38 val testDate = DateTime(2019, 5, 16, 8, 1, 0) in calendarNextExecutionTestTwo() constant
39 val dateTime = ExecutionTime.forCron(cron).nextExecution(testDate) in calendarNextExecutionTestTwo()
54 val testDate = DateTime(2019, 5, 16, 8, 1, 0) in calendarNextExecutionTestThree() constant
55 val dateTime = ExecutionTime.forCron(cron).nextExecution(testDate) in calendarNextExecutionTestThree()