Lines Matching refs:init
9 const initHooks = require('./init-hooks');
38 // Alcazares event was constructed and thus only has an `init` call
44 checkInvocations(alcazares, { init: 1 }, 'alcazares constructed');
51 checkInvocations(alcazares, { init: 1, before: 1 },
54 checkInvocations(alcazares, { init: 1, before: 1, after: 1 },
57 checkInvocations(alcazares, { init: 1, before: 2, after: 1 },
60 checkInvocations(alcazares, { init: 1, before: 2, after: 2 },
66 checkInvocations(alcazares, { init: 1, before: 2, after: 2, destroy: 1 },
77 checkInvocations(poblado, { init: 1 }, 'poblado constructed');
79 checkInvocations(poblado, { init: 1, before: 1 },
83 checkInvocations(poblado, { init: 1, before: 1, after: 1 },
93 alcazares, { init: 1, before: 2, after: 2, destroy: 1 },
100 checkInvocations(poblado, { init: 1, before: 1, after: 1 },