=============
API Reference
=============

.. autosummary::
    :toctree: ./_api/

* `gocept.jasmine.resource.jasmine`: Fanstatic resource which includes
  everything needed to run jasmine tests.

* `gocept.jasmine.jasmine.TestApp()`: Basic app required to run jasmine tests.
  Allows you to require your jasmine test resources and to setup HTML for your
  tests.

* `gocept.jasmine.jasmine.get_layer(application)`: Sets up all layers needed to
  run webdriver tests with jasmine. Gets your `TestApp` as argument.

* `gocept.jasmine.jasmine.TestCase()`: Basic TestCase containing infrastructure
  to run jasmine tests and make the test results visible.
