deferred class MOCK_TYPED_EXPECTATION [T_ -> TUPLE]
Summary
Direct parents
Inherit list: MOCK_EXPECTATION
Insert list: EIFFELTEST_TOOLS
Known children
Inherit list: MOCK_FUNCTION_EXPECTATION, MOCK_PROCEDURE_EXPECTATION
Class invariant
Overview
Features
{ANY}
{ANY}
{}
{ANY}
{}
{}
{MOCK_EXPECTATION_GROUP}
{}
{}
{MOCK_EXPECTATION_GROUP}
Action when an assert fails
{ANY}
Mock features
{ANY}
assert methods used by tests
{ANY}
timer features
{}
{}
{EIFFELTEST_TOOLS}
{}
ready: BOOLEAN
writable attribute
{ANY}
target: MOCK_OBJECT
writable attribute
{ANY}
feature_name: FIXED_STRING
writable attribute
{ANY}
arg_matchers: MOCK_MATCHERS
writable attribute
{ANY}
counter_ready: BOOLEAN
effective function
{ANY}
out_in_tagged_out_memory
effective procedure
{ANY}
Append terse printable representation of current object in tagged_out_memory.
times (how_many: INTEGER_32): MOCK_TYPED_EXPECTATION [T_ -> TUPLE]
effective function
{ANY}
infix "*" (how_many: INTEGER_32): MOCK_TYPED_EXPECTATION [T_ -> TUPLE]
effective function
{ANY}
whenever: MOCK_TYPED_EXPECTATION [T_ -> TUPLE]
effective function
{ANY}
counter_any_time: MOCK_TIMES_ANY
once function
{}
can_call (a_target: MOCK_OBJECT, a_feature_name: FIXED_STRING, a_arguments: MOCK_ARGUMENTS): BOOLEAN
effective function
{ANY}
match_arguments (a_arguments: MOCK_ARGUMENTS): BOOLEAN
effective function
{}
call (a_arguments: MOCK_ARGUMENTS)
effective procedure
{}
done
effective procedure
all_called
effective procedure
all_done_message_in (message: STRING)
effective procedure
all_done: BOOLEAN
effective function
counter: MOCK_TIMES
writable attribute
{}
do_call (args: MOCK_ARGUMENTS)
deferred procedure
{}
make (a_target: MOCK_OBJECT, a_feature_name: FIXED_STRING, a_arg_matchers: MOCK_MATCHERS)
effective procedure
{}
start_replay (missing_expectations: COLLECTION[MOCK_EXPECTATION])
effective procedure
stop_replay
effective procedure
effective procedure
{ANY}
scenario: MOCK_SCENARIO
writable attribute
{ANY}
assert (test: BOOLEAN)
effective procedure
{ANY}
Check that test is actually True.
label_assert (label: ABSTRACT_STRING, test: BOOLEAN)
effective procedure
{ANY}
Check that test is actually True.
message_assert (message_generator: FUNCTION[TUPLE, ABSTRACT_STRING], test: BOOLEAN)
effective procedure
{ANY}
Check that test is actually True.
start_timer: MICROSECOND_TIME
effective function
{}
stop_timer (start: MICROSECOND_TIME)
effective procedure
{}
timed (action: PROCEDURE[TUPLE])
effective procedure
{}
assert_counter: COUNTER
once function
{}
Unique once COUNTER used to count assert calls.
assertion_flag: STRING
effective function
{}
assertion_level: INTEGER_32
writable attribute
{}
assertion_level_none: INTEGER_32
is 0
constant attribute
{}
assertion_level_require: INTEGER_32
is 1
constant attribute
{}
assertion_level_ensure: INTEGER_32
is 2
constant attribute
{}
assertion_level_class_invariant: INTEGER_32
is 3
constant attribute
{}
assertion_level_loop_invariant: INTEGER_32
is 4
constant attribute
{}
assertion_level_check: INTEGER_32
is 5
constant attribute
{}
set_require: BOOLEAN
effective function
{}
set_loop_invariant: BOOLEAN
effective function
{}
set_check: BOOLEAN
effective function
{}
set_ensure: BOOLEAN
effective function
{}
set_class_invariant: BOOLEAN
effective function
{}
probe_assertion_level
effective procedure
default_test_failed (id: INTEGER_32, lbl: ABSTRACT_STRING, gen: ABSTRACT_STRING, ass_flag: ABSTRACT_STRING)
effective procedure
{}
counter_to_message: FUNCTION[TUPLE, ABSTRACT_STRING]
once function
{}
count_to_message: ABSTRACT_STRING
effective function
{}
label_to_message (label: ABSTRACT_STRING): ABSTRACT_STRING
effective function
{}