Commit graph

20 commits

Author SHA1 Message Date
Alistair Riddoch
5eceba40cf Remove unused handler mechanism 2013-02-14 10:01:20 +00:00
Alistair Riddoch
f54ec3ef6c Add a stub destroy method 2013-01-24 22:23:01 +00:00
Alistair Riddoch
6463485e05 Rename container typedef to match contained 2013-01-18 14:48:11 +00:00
Alistair Riddoch
0a682486ff Cover findByLoc 2013-01-18 14:02:33 +00:00
Alistair Riddoch
7cda5ca5c2 Cover some important parts of MemMap 2013-01-17 22:38:28 +00:00
Alistair Riddoch
ac1eb174ee Cover some more cases 2013-01-17 16:54:21 +00:00
Alistair Riddoch
d9aa2b4134 Clean up MemMap unit test. 2013-01-17 14:14:23 +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
4e66987bad Consolidate flags into one place 2013-01-14 09:59:54 +00:00
Alistair Riddoch
71cbcdcfc1 Modify externalOperation to include Link
The Link reference provided is the object allowing direct communication
back to the external source of the operation. This allows us to handle
things more cleanly in some cases.
2012-12-04 20:39:35 +00:00
Alistair Riddoch
9d0852f47f Move virtual functions out of the headers 2012-11-19 13:42:02 +00:00
Alistair Riddoch
63330b34d4 Initialise Inheritance::noClass properly
Code that ends up with a reference to this object
need to check with isValid, so it's vital that it
is initialised to a null ptr.
2012-09-18 08:49:50 +01:00
Alistair Riddoch
85eebbb5b1 Clean out noScript from the tests 2011-10-13 15:19:18 +01:00
Alistair Riddoch
ac37383d8a Convery all the property get functions 2011-09-29 17:36:26 +01:00
Alistair Riddoch
fa4ae198b1 TypeNode takes a name on construction
One is always required, and it's just bloaty to set separately
2011-09-16 18:30:22 +01:00
Alistair Riddoch
72ea3c70e1 Fix up tests 2011-02-28 00:28:25 +00:00
Alistair Riddoch
5cb0ac6ae5 Force asserts on in all tests. 2011-02-15 09:30:46 +00:00
Alistair Riddoch
45c5e4f151 Initialise Location.loc in all tests 2010-09-16 05:14:35 +01:00
Alistair Riddoch
2cc59c9a5f Isolate unit tests for Domain MemMap and MemEntity 2010-04-20 01:35:49 +01:00
Alistair Riddoch
5714cda08d Add start of work on a MemMap test 2009-05-20 01:30:46 +01:00