Lines Matching defs:context

85 def step_a_new_working_directory(context):  argument
95 def step_use_curdir_as_working_directory(context): argument
106 def step_a_file_named_filename_and_encoding_with(context, filename, encoding): argument
118 def step_a_file_named_filename_with(context, filename): argument
129 def step_an_empty_file_named_filename(context, filename): argument
144 def step_i_run_command(context, command): argument
157 def step_i_successfully_run_command(context, command): argument
162 def step_it_should_fail_with_result(context, result): argument
167 def step_it_should_fail_with_returncode(context, result): argument
172 def step_the_command_returncode_is(context, result): argument
176 def step_the_command_returncode_is_nonzero(context): argument
180 def step_it_should_pass(context): argument
185 def step_it_should_fail(context): argument
190 def step_it_should_pass_with(context): argument
207 def step_it_should_fail_with(context): argument
226 def step_command_output_should_contain_text(context, text): argument
244 def step_command_output_should_not_contain_text(context, text): argument
262 def step_command_output_should_contain_text_multiple_times(context, text, count): argument
282 def step_command_output_should_contain_exactly_text(context, text): argument
303 def step_command_output_should_not_contain_exactly_text(context, text): argument
315 def step_command_output_should_contain(context): argument
331 def step_command_output_should_not_contain(context): argument
346 def step_command_output_should_contain_multiple_times(context, count): argument
362 def step_command_output_should_contain_exactly_with_multiline_text(context): argument
368 def step_command_output_should_contain_not_exactly_with_multiline_text(context): argument
377 def step_remove_directory(context, directory): argument
386 def step_given_the_directory_should_not_exist(context, directory): argument
390 def step_directory_named_dirname(context, path): argument
398 def step_the_directory_should_exist(context, directory): argument
405 def step_the_directory_should_not_exist(context, directory): argument
412 def step_directory_exists(context, directory): argument
424 def step_directory_named_does_not_exist(context, directory): argument
439 def step_file_named_filename_exists(context, filename): argument
451 def step_file_named_filename_does_not_exist(context, filename): argument
463 def step_file_named_filename_should_exist(context, filename): argument
469 def step_file_named_filename_should_not_exist(context, filename): argument
478 def step_file_should_contain_text(context, filename, text): argument
495 def step_file_should_not_contain_text(context, filename, text): argument
503 def step_file_should_contain_multiline_text(context, filename): argument
509 def step_file_should_not_contain_multiline_text(context, filename): argument
518 def step_I_set_the_environment_variable_to(context, env_name, env_value): argument
525 def step_I_remove_the_environment_variable(context, env_name): argument