testing library

Testing utilities for Supafast applications.

This library provides utilities to make testing Supafast applications easy, including test helpers, mock objects, and assertion methods.

Classes

TestApp
Test application wrapper for testing Supafast applications.
TestRequest
Test request builder for constructing and sending HTTP requests in tests.
TestResponse
Test response wrapper for HTTP responses with convenient assertion methods.

Exceptions / Errors

TestException
Exception thrown when a test encounters a technical error.
TestFailure
Exception thrown when a test assertion fails.