=============
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.Layer()`: Basic layer for jasmine tests. Sets up the
  give application.

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