+
Point of view
All features
class DATE_EVENT
Summary
Event: a timeout occurred
Direct parents
Inherit list: TIME_EVENT
Overview
Creation features
{TIME_EVENTS}
Features
{EVENTS_SET}
{TIME_EVENTS}
{}
{ANY}
{EVENTS_SET}
{}
expect (events: EVENTS_SET)
effective procedure
require
  • not expected(events)
  • events /= Void
ensure
  • expected(events)
occurred (events: EVENTS_SET): BOOLEAN
effective function
require
  • expected(events)
  • events /= Void
expiration: MICROSECOND_TIME
writable attribute
in_time (timeout_ms: INTEGER_32)
effective procedure
timeout_ms is the maximum time in milliseconds to wait from now.
require
at_date (date: MICROSECOND_TIME)
effective procedure
date is the last moment wait can wait.
require
make
effective procedure
{}
expected (events: EVENTS_SET): BOOLEAN
effective function
{ANY}
True if the event is expected by the events set
ensure
is_expected: BOOLEAN
effective function
{ANY}
True if the event is expected by any EVENTS_SET
reset (events: EVENTS_SET)
effective procedure
require ensure
set_expected (events: EVENTS_SET)
effective procedure
{}
require ensure
set_expected_ (events: EVENTS_SET): BOOLEAN
effective function
{}
require ensure
unset_expected_ (events: EVENTS_SET): BOOLEAN
effective function
{}
require ensure
expected_array: FAST_ARRAY[EVENTS_SET]
writable attribute
{}