Class: SnapCI::ParallelTests::Partition::Runner
- Inherits:
-
Object
- Object
- SnapCI::ParallelTests::Partition::Runner
- Defined in:
- lib/snap_ci/parallel_tests/partition/runner.rb
Instance Method Summary collapse
- #cli_helper ⇒ Object
- #execute(test_files, options) ⇒ Object
- #report_test_partitioning? ⇒ Boolean
- #test_file_name ⇒ Object
- #test_suffix ⇒ Object
Instance Method Details
#cli_helper ⇒ Object
17 18 19 |
# File 'lib/snap_ci/parallel_tests/partition/runner.rb', line 17 def cli_helper CLIHelper end |
#execute(test_files, options) ⇒ Object
9 10 11 |
# File 'lib/snap_ci/parallel_tests/partition/runner.rb', line 9 def execute(test_files, ) $stdout.puts(test_files.collect {|f| f.dump }.join(' ')) end |
#report_test_partitioning? ⇒ Boolean
13 14 15 |
# File 'lib/snap_ci/parallel_tests/partition/runner.rb', line 13 def report_test_partitioning? false end |
#test_file_name ⇒ Object
25 26 27 |
# File 'lib/snap_ci/parallel_tests/partition/runner.rb', line 25 def test_file_name 'file' end |
#test_suffix ⇒ Object
21 22 23 |
# File 'lib/snap_ci/parallel_tests/partition/runner.rb', line 21 def test_suffix // end |