Commit graph

3 commits

Author SHA1 Message Date
Alistair Riddoch
703ee0dda9 Update test factories to have a type
It is completely reasonable to require that a fectory has a pointer
to a TypeNode, so these tests always set one up now. Upgrade to using the
framework while we're doing it.
2013-02-21 23:22:04 +00:00
Alistair Riddoch
4a9c7078f7 Refactor to use LocatedEntity as base class
All IG code should use the interface of LocatedEntity when dealing
with any entity, rather than sometimes requiring Entity. Add virtual
functions to the interface where required, and modify all other interfaces
to stop them using Entity. This makes the code way cleaner, and much better
de-coupled.
2013-01-17 10:17:07 +00:00
Alistair Riddoch
1e3dd2a573 Cover EntityKit unit test 2011-12-21 11:22:32 +00:00