abstract struct Athena::Routing::Spec::WebTestCase

Overview

Base ASPEC::TestCase for web based integration tests.

NOTE Currently only API based tests are supported. This type exists to allow for introduction of other types in the future.

Direct Known Subclasses

Defined in:

spec.cr

Instance Method Summary

Instance Method Detail

def create_client : AbstractBrowser #

Returns the AbstractBrowser instance to which requests should be made against.


[View source]