efl/src/tests/eo
Jérémy Zurcher 46a78e8c9d eo: constructor tests do not use eo_add_custom(..)
as stated in f92e5d50, instead of using eo_add_custom() thus a custom
constructor and maybe overriding the default constructor to block it,

   - use the default constructor to build the object
   - add calls to eo_add(), to initialize the object
     eo_add(class, parent, val_a_set(1), val_b_set(2), ... );
   - override eo_finalize to validate the object and if needed,
     use eo_error_set(obj) to abort object construction
2014-07-03 10:44:15 +02:00
..
access Eo: EO_BASE_CLASS->EO_CLASS. 2014-04-10 04:20:21 +01:00
children eo: fix broken children iterator, remove redundant fields. 2014-04-17 19:36:12 +02:00
composite_objects Eo: EO_BASE_CLASS->EO_CLASS. 2014-04-10 04:20:21 +01:00
constructors eo: constructor tests do not use eo_add_custom(..) 2014-07-03 10:44:15 +02:00
function_overrides Eo: EO_BASE_CLASS->EO_CLASS. 2014-04-10 04:20:21 +01:00
interface Eo: EO_BASE_CLASS->EO_CLASS. 2014-04-10 04:20:21 +01:00
mixin Eo: EO_BASE_CLASS->EO_CLASS. 2014-04-10 04:20:21 +01:00
signals Eo base: rename event_freeze_get to event_freeze_count_get. 2014-06-02 12:50:23 +01:00
suite Eo: Fix and use the abstract class .eo file. 2014-06-03 09:19:19 +01:00
.gitignore Eo: Add tests dir to .gitignore 2014-04-22 09:54:24 +03:00
eunit_tests.h Eo tests: Fix function overrides test to not test some things when NDEBUG is used. 2013-01-18 16:13:30 +00:00