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.
Direct known subclasses
Athena::Framework::Spec::APITestCase
Methods#
#create_client : AbstractBrowser
#
Returns the AbstractBrowser
instance to which requests should be made against.