Method: FluentCommandBuilder::MSTest::V90::MSTest#test_list

Defined in:
lib/fluent_command_builder/command_builders/mstest_90.rb

#test_list(list_list_path) {|@b| ... } ⇒ Object

Yields:

  • (@b)


37
38
39
40
41
# File 'lib/fluent_command_builder/command_builders/mstest_90.rb', line 37

def test_list(list_list_path)
  @b.append " /testList:#{@b.format list_list_path}"
  yield @b if block_given?
  self
end