GNU
|
Liberty Eiffel
|
Automated Tests
|
Wiki
|
Savannah project
|
Debian packages
|
Documentation
>
libraries
>
TIME_EVENT
+
Point of view
All features
ANY
EVENTS_SET
All features
deferred class TIME_EVENT
Summary
top
An object that is managed by
TIME_EVENTS
.
Direct parents
Inherit list:
EVENT_DESCRIPTOR
Known children
Inherit list:
DATE_EVENT
,
TIMEOUT_EVENT
Overview
top
expected
(events:
EVENTS_SET
):
BOOLEAN
effective function
{
ANY
}
top
True if the event is expected by the
events
set
ensure
Result implies
is_expected
is_expected
:
BOOLEAN
effective function
{
ANY
}
top
True if the event is expected by any
EVENTS_SET
expect
(events:
EVENTS_SET
)
deferred procedure
{
EVENTS_SET
}
top
require
not
expected
(events)
events /= Void
ensure
expected
(events)
occurred
(events:
EVENTS_SET
):
BOOLEAN
deferred function
{
EVENTS_SET
}
top
require
expected
(events)
events /= Void
reset
(events:
EVENTS_SET
)
effective procedure
{
EVENTS_SET
}
top
require
expected
(events)
action:
unset_expected_
(events)
ensure
not
expected
(events)
set_expected
(events:
EVENTS_SET
)
effective procedure
{}
top
require
not
expected
(events)
action:
set_expected_
(events)
ensure
expected
(events)
set_expected_
(events:
EVENTS_SET
):
BOOLEAN
effective function
{}
top
require
not
expected
(events)
ensure
expected
(events)
Result
unset_expected_
(events:
EVENTS_SET
):
BOOLEAN
effective function
{}
top
require
expected
(events)
ensure
not
expected
(events)
Result
expected_array
:
FAST_ARRAY
[
EVENTS_SET
]
writable attribute
{}
top