testing tableUpdaters

Hi

I'm working on the unit tests for the tableUpdater class.
However the events which are the primary parameters lack
aggregateIdentifier.
What is the proper way to get these set?

regards
Roald

(There must have been a bug/problem in the google groups, since my
reply was not published here)

There is a constructor on DomainEvent that allows you to set
aggregateIdentifier and sequenceNumber. You could use that one in your
tests.

Alternatively, what we did on a project here, is create a simple
method that uses reflection to set the values in these fields.

Hope this helps.

Cheers,

Allard

PS. When the project-deadline pressure is off my back, I will try to
create fixtures similar to those that allow you to test the command
side for the query side.