gnome-shell/tests
Marco Trevisan (Treviño) c4c5c4fd5c cleanup: Use inheritance for Actor classes instead of composition
Remove the `this.actor = ...` and `this.actor._delegate = this` patterns in most
of classes, by inheriting all the actor container classes.

Uses interfaces when needed for making sure that multiple classes will implement
some required methods or to avoid redefining the same code multiple times.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/559
2019-10-16 15:26:13 +00:00
..
interactive cleanup: Use inheritance for Actor classes instead of composition 2019-10-16 15:26:13 +00:00
testcommon cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
unit util: Handle trailing LTR/RTL markers in URLs 2019-09-16 20:41:47 +00:00
meson.build tests: Add Params.parse() unit tests 2019-07-05 18:28:26 +02:00
run-test.sh.in tests: Fix gnome-shell theme import 2018-02-21 14:30:00 +01:00