public void testAddMixinAction() throws Exception
{
SessionActionCatalog catalog =
(SessionActionCatalog)container.getComponentInstanceOfType(SessionActionCatalog.class);
catalog.clear();
// test by path
SessionEventMatcher matcher =
new SessionEventMatcher(ExtendedEvent.ADD_MIXIN, null, true, null, new InternalQName[]{
Constants.MIX_REFERENCEABLE, Constants.EXO_OWNEABLE}, ntHolder);