Skip to content

System under test as a test fixture

Compare
Choose a tag to compare
@xapn xapn released this 03 Aug 20:02
· 227 commits to master since this release
  • Prepare the system under test as any other test fixture.
  • Prepare the arguments from their types.
  • Improve errors: each testing stage has its own type of error, and the real failure becomes the cause of the error.
  • Verify the cause of a failure with its message.
  • Verify failures without having preparation previously.