Class Buildr::IntegrationTestsTask
In: lib/buildr/core/test.rb  (CVS)
Parent: Rake::Task

The integration tests task. Buildr has one such task (see Buildr#integration) that runs all tests marked with :integration=>true, and has a setup/teardown tasks separate from the unit tests.

Methods

setup   teardown  

Public Instance methods

Returns the setup task. The setup task is executed before running the integration tests.

Returns the teardown task. The teardown task is executed after running the integration tests.

[Validate]