home
wiki
classes/clusters list
class information
+
Point of view
EVENTS_SET
ANY
TIME_EVENTS
EVENTS_SET
INTERNALS_HANDLER
All features
class TIMEOUT_EVENT
Summary
top
Event: a timeout occurred
Direct parents
inherit list:
TIME_EVENT
Overview
top
creation features
exported features
expect
(events:
EVENTS_SET
)
occurred
(events:
EVENTS_SET
):
BOOLEAN
expected
(events:
EVENTS_SET
):
BOOLEAN
True if the event is expected by the
events
set
is_expected
:
BOOLEAN
True if the event is expected by any
EVENTS_SET
reset
(events:
EVENTS_SET
)
expect
(events:
EVENTS_SET
)
effective procedure
top
require
not expected(events)
events /= Void
ensure
expected(events)
occurred
(events:
EVENTS_SET
):
BOOLEAN
effective function
top
require
expected(events)
events /= Void
expected
(events:
EVENTS_SET
):
BOOLEAN
effective function
top
True if the event is expected by the
events
set
ensure
Result implies
is_expected
is_expected
:
BOOLEAN
effective function
top
True if the event is expected by any
EVENTS_SET
reset
(events:
EVENTS_SET
)
effective procedure
top
require
expected
(events)
ensure
not
expected
(events)