Class DeepTest::Options
In: lib/deep_test/options.rb
Parent: Object

Methods

Classes and Modules

Class DeepTest::Options::InvalidOptionError

Constants

VALID_OPTIONS = [ Option.new(:distributed_server, Option::String, nil), Option.new(:number_of_workers, Option::Integer, 2), Option.new(:metrics_file, Option::String, nil), Option.new(:pattern, Option::String, nil), Option.new(:server_port, Option::Integer, 6969), Option.new(:sync_options, Option::Hash, {}), Option.new(:timeout_in_seconds, Option::Integer, 30), Option.new(:ui, Option::String, "DeepTest::UI::Console"), Option.new(:worker_listener, Option::String, "DeepTest::NullWorkerListener"), ]
UI_INSTANCES = {} unless defined?(UI_INSTANCES)   Don‘t store UI instances in the options instance, which will need to be dumped over DRb. UI instances may not be dumpable and we don‘t want to have to start yet another DRb Server

Public Class methods

Public Instance methods

Protected Instance methods

[Validate]