Lines Matching defs:context

22 def given_a_Section_object_as_section(context):  argument
27 def given_a_Section_object_with_or_without_first_page_header(context, with_or_without): argument
33 def given_a_section_collection_containing_3_sections(context): argument
39 def given_a_section_having_known_page_dimension(context): argument
45 def given_a_section_having_known_page_margins(context): argument
51 def given_a_section_having_start_type(context, start_type): argument
64 def given_a_section_having_known_orientation(context, orientation): argument
76 def when_I_assign_value_to_section_different_first_page_hdrftr(context, bool_val): argument
81 def when_I_set_the_margin_side_length(context, margin_side, inches): argument
96 def when_I_set_the_section_orientation(context, orientation): argument
106 def when_I_set_the_section_page_height_to_y_inches(context, y): argument
111 def when_I_set_the_section_page_width_to_x_inches(context, x): argument
116 def when_I_set_the_section_start_type_to_start_type(context, start_type): argument
131 def then_I_can_access_a_section_by_index(context): argument
139 def then_I_can_iterate_over_the_sections(context): argument
149 def then_len_sections_is_3(context): argument
157 def then_section_different_first_page_header_footer_is(context, bool_val): argument
166 def then_section_even_page_footer_is_a_Footer_object(context): argument
173 def then_section_even_page_header_is_a_Header_object(context): argument
180 def then_section_first_page_footer_is_a_Footer_object(context): argument
187 def then_section_first_page_header_is_a_Header_object(context): argument
194 def then_section_footer_is_a_Footer_object(context): argument
201 def then_section_header_is_a_Header_object(context): argument
208 def then_section_hdrftr_prop_is_linked_to_previous_is_True(context, propname): argument
217 def then_the_reported_margin_is_inches(context, margin_side, inches): argument
233 def then_the_reported_page_orientation_is_orientation(context, orientation): argument
242 def then_the_reported_page_width_is_width(context, x): argument
247 def then_the_reported_page_height_is_11_inches(context, y): argument
252 def then_the_reported_section_start_type_is_type(context, start_type): argument