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
1bbb936555
Fill in copy methods on remaining properties
2013-01-08 00:19:23 +00:00
Alistair Riddoch
d9fb87d2e0
Cover SetOperation
2012-09-11 22:53:15 +01:00
Alistair Riddoch
6537e5da79
Break out the TestWorld::addNewEntity method
...
This allows tests to cover the case where an Entity is created by this
function if necessary
2012-09-06 13:48:40 +01:00
Alistair Riddoch
5cb0ac6ae5
Force asserts on in all tests.
2011-02-15 09:30:46 +00:00
Alistair Riddoch
384023edb6
Remove python code from this test, as the coupling has been removed.
2010-07-13 18:05:16 +01:00
Alistair Riddoch
6f10c9171f
Isolate all the property coverage tests.
2010-04-08 23:57:49 +01:00
Alistair Riddoch
d750e08ce4
Enable python before running the StatisticsPropertytest
2009-05-06 15:31:07 +01:00
Alistair Riddoch
3bc3d0a017
Add partial coverage tests for most properties.
2009-05-06 15:06:33 +01:00