Skip to content

Instantly share code, notes, and snippets.

@dupdob
Created May 16, 2019 20:15
Show Gist options
  • Save dupdob/8d7dfedd15ef03ef53278d050c75e06b to your computer and use it in GitHub Desktop.
Save dupdob/8d7dfedd15ef03ef53278d050c75e06b to your computer and use it in GitHub Desktop.
// this always fails as the execution time is never 0
Check.ThatCode(() => Thread.Sleep(0)).LastsLessThan(0, TimeUnit.Milliseconds);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment