Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@AAulicino AAulicino released this 04 Jul 00:24
· 5 commits to main since this release
2131130

Added

  • MoveNextAndExpect() custom assertion.
  • MoveNextAndExpect(object value) custom assertion.
Runner.MoveNextAndExpect<WaitForSeconds>();
Runner.MoveNextAndExpect(new WaitForSeconds(1));