efl/src/tests/eo/suite
Marcel Hollerbach 46885653bc eo: remove class functions from eo
As in the previous commit explained, we want to get rid of class
functions in eo, and make them just c functions right away.

This commit removes the class parameter from the eo_class_function_set
call, and adjusts the tests to not depend on class functions anymore.
Class functions are now not tested anymore, tests that used them as a
way to test *things* are adjusted to test them now with object
functions, tests that just tested the working of class functions are
dropped.

This fixes T7675.

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D7902
2019-02-13 16:59:59 +01:00
..
eo_error_msgs.c eo: improve tests suite debugging by always displaying the error message before abort. 2018-05-24 16:02:20 -07:00
eo_error_msgs.h eo: add infrastructure to test critical Eina Error. 2018-05-24 16:02:20 -07:00
eo_suite.c eo: here comes reflection API 2019-02-07 14:43:25 +01:00
eo_suite.h eo: here comes reflection API 2019-02-07 14:43:25 +01:00
eo_test_call_errors.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
eo_test_class_behaviour_errors.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
eo_test_class_errors.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
eo_test_class_simple.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
eo_test_class_simple.h eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
eo_test_class_singleton.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
eo_test_class_singleton.h Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
eo_test_domain.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
eo_test_domain.h eo domain tests - make a start on them with some basic ones 2016-09-08 18:39:38 +09:00
eo_test_event.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eo_test_general.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
eo_test_init.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
eo_test_lifecycle.c eo: add funktion for alive checks 2018-09-14 11:18:56 +02:00
eo_test_reflection.c eo: here comes reflection API 2019-02-07 14:43:25 +01:00
eo_test_threaded_calls.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
eo_test_value.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
meson.build build: also build eo-tests with debug profile 2019-02-12 16:24:24 +01:00