abstract struct Athena::Routing::Spec::WebTestCase
- Athena::Routing::Spec::WebTestCase
- Athena::Spec::TestCase
- Struct
- Value
- Object
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.crInstance Method Summary
-
#create_client : AbstractBrowser
Returns the
AbstractBrowser
instance to which requests should be made against.
Instance Method Detail
def create_client : AbstractBrowser
#
Returns the AbstractBrowser
instance to which requests should be made against.