/IntegrationTestDSL

A DSL for integration tests using groovy.

Primary LanguageGroovyGNU General Public License v3.0GPL-3.0

IntegrationTestDSL

A DSL for integration tests using groovy.

Expected features:

  • Create named Test Cases;
  • Accept setup and tear-down scripts as closures;
  • Add a delay x milliseconds step;
  • Make JDBC queries;
  • Make HTTP requests with body and headers;
  • Make JMS enqueues/dequeues;
  • Assert results of the test steps.

Download