SwiftCron icon indicating copy to clipboard operation
SwiftCron copied to clipboard

Test descriptions of all possible permutations of a cron string

Open TheCodedSelf opened this issue 9 years ago • 1 comments

e.g. ensure tests are written for:

  • 1 * * * *
    • 1 * * *
      • 1 * *
        • 1 *
          • 1

Et cetera

TheCodedSelf avatar May 12 '16 07:05 TheCodedSelf

Meaning, all combinations of which fields are left blank, and which contain a number

TheCodedSelf avatar May 12 '16 07:05 TheCodedSelf