Module: Grntest

Defined in:
lib/grntest/error.rb,
lib/grntest/tester.rb,
lib/grntest/worker.rb,
lib/grntest/version.rb,
lib/grntest/platform.rb,
lib/grntest/reporters.rb,
lib/grntest/base-result.rb,
lib/grntest/test-runner.rb,
lib/grntest/diff-reporter.rb,
lib/grntest/response-parser.rb,
lib/grntest/execution-context.rb,
lib/grntest/variable-expander.rb,
lib/grntest/template-evaluator.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/reporters/progress-reporter.rb,
lib/grntest/executors/standard-io-executor.rb,
lib/grntest/reporters/buffered-mark-reporter.rb

Overview

Copyright (C) 2016 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, Platform, Reporters Classes: BaseResult, DiffReporter, Error, ExecutionContext, NotExist, ParseError, ResponseParser, TemplateEvaluator, TestResult, TestRunner, TestSuitesResult, TestSuitesRunner, Tester, VariableExpander, Worker, WorkerResult

Constant Summary collapse

VERSION =
"1.4.5"