Class: TestLauncher::Queries::SearchQuery
- Defined in:
- lib/test_launcher/queries.rb
Instance Attribute Summary
Attributes inherited from BaseQuery
Instance Method Summary collapse
Methods inherited from BaseQuery
Constructor Details
This class inherits a constructor from TestLauncher::Queries::BaseQuery
Instance Method Details
#command ⇒ Object
445 446 447 448 449 450 451 452 453 454 455 456 457 458 |
# File 'lib/test_launcher/queries.rb', line 445 def command [ :line_number, :by_path, :multi_path_query, :example_name, :multi_example_name, :from_full_regex, ].each {|command_type| command = command_finder.public_send(command_type) return command if command } nil end |