Module: TestLink

Defined in:
lib/test_link/command/argument.rb,
lib/test_link.rb,
lib/test_link/command.rb,
lib/test_link/objects.rb,
lib/test_link/adapters.rb,
lib/test_link/api_link.rb,
lib/test_link/exceptions.rb,
lib/test_link/command/base.rb,
lib/test_link/objects/node.rb,
lib/test_link/adapters/base.rb,
lib/test_link/objects/status.rb,
lib/test_link/objects/methods.rb,
lib/test_link/objects/project.rb,
lib/test_link/command/definition.rb,
lib/test_link/command/get_projects.rb,
lib/test_link/exceptions/exception.rb,
lib/test_link/adapters/node_adapter.rb,
lib/test_link/adapters/status_adapter.rb,
lib/test_link/adapters/project_adapter.rb,
lib/test_link/command/create_test_case.rb,
lib/test_link/command/create_test_suite.rb,
lib/test_link/command/get_test_suite_by_id.rb,
lib/test_link/exceptions/command_failed_exception.rb,
lib/test_link/exceptions/empty_response_exception.rb,
lib/test_link/exceptions/error_response_exception.rb,
lib/test_link/command/get_test_suites_for_test_suite.rb,
lib/test_link/command/get_first_level_test_suites_for_test_project.rb

Overview

This file is part of testlink-api-client.

testlink-api-client 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.

testlink-api-client 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 Foobar.  If not, see <http://www.gnu.org/licenses/>.

Defined Under Namespace

Modules: Adapters, Command, Exceptions, Objects Classes: ApiLink