Examples

January 5, 2022 ยท View on GitHub

This directory contains a series of self-contained examples that you can use as starting points for your application's tests:

  • expect-body - A basic example to test the returned body is as expected.
  • repeated-assertions - A example of how to use repeated assertions on the same Oak Application object.
  • nested-assertions - A example of how to use nested assertions on the same Oak Application object.