Skip to content

abstract struct Athena::Framework::Spec::WebTestCase
inherits Athena::Spec::TestCase #

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.

Included modules

Athena::Framework::Spec::Expectations::HTTP

Direct known subclasses

Athena::Framework::Spec::APITestCase

Constructors#

Methods#

#create_client : AbstractBrowser#

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

View source