isScheduledNotOpen

fun TestDetails.isScheduledNotOpen(): Boolean

Used to check whether the test is scheduled, but not open.

If the LocalDateTime.now is less than the TestDetails.localDateTime it returns true. Else, it returns false.