Module: Grntest

Defined in:
lib/grntest/error.rb,
lib/grntest/tester.rb,
lib/grntest/worker.rb,
lib/grntest/version.rb,
lib/grntest/reporters.rb,
lib/grntest/base-result.rb,
lib/grntest/test-runner.rb,
lib/grntest/response-parser.rb,
lib/grntest/execution-context.rb,
lib/grntest/test-suites-runner.rb,
lib/grntest/executors/base-executor.rb,
lib/grntest/executors/http-executor.rb,
lib/grntest/reporters/base-reporter.rb,
lib/grntest/reporters/mark-reporter.rb,
lib/grntest/reporters/stream-reporter.rb,
lib/grntest/reporters/inplace-reporter.rb,
lib/grntest/executors/standard-io-executor.rb

Overview

Copyright (C) 2012-2013 Kouhei Sutou [email protected]

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Defined Under Namespace

Modules: Executors, Reporters Classes: BaseResult, Error, ExecutionContext, NotExist, ParseError, ResponseParser, TestResult, TestRunner, TestSuitesResult, TestSuitesRunner, Tester, Worker, WorkerResult

Constant Summary collapse

VERSION =
"1.0.6"