GNU
|
Liberty Eiffel
|
Automated Tests
|
Wiki
|
Savannah project
|
Debian packages
|
Documentation
>
smarteiffel
>
EIFFELTEST_CLIENT_RESULT
+
Point of view
All features
ANY
All features
class EIFFELTEST_CLIENT_RESULT
Summary
top
Direct parents
Insert list:
LOGGING
Overview
top
Creation features
{
ANY
}
make
Features
{
ANY
}
done
:
BOOLEAN
status
:
INTEGER_32
reply
:
STRING
set_done
(a_status:
INTEGER_32
)
set_reply
(a_reply:
STRING
)
success
:
BOOLEAN
{}
make
{}
log
:
LOGGER
There is one logger per concrete type; for performance reasons it is cached in each instance.
log_memory__0_
:
LOGGER
The cached logger.
done
:
BOOLEAN
writable attribute
{
ANY
}
top
status
:
INTEGER_32
writable attribute
{
ANY
}
top
require
done
reply
:
STRING
writable attribute
{
ANY
}
top
set_done
(a_status:
INTEGER_32
)
effective procedure
{
ANY
}
top
require
not
done
ensure
done
status
= a_status
set_reply
(a_reply:
STRING
)
effective procedure
{
ANY
}
top
require
a_reply /= Void
ensure
reply
= a_reply
success
:
BOOLEAN
effective function
{
ANY
}
top
make
effective procedure
{}
top
log
:
LOGGER
effective function
{}
top
There is one logger per concrete type; for performance reasons it is cached in each instance.
ensure
Result /= Void
log_memory__0_
:
LOGGER
writable attribute
{}
top
The cached logger.
The ugly name is intentional. Don't use directly.