Lines Matching refs:checkInvocations
10 const { checkInvocations } = require('./hook-checks');
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 },
92 checkInvocations(
100 checkInvocations(poblado, { init: 1, before: 1, after: 1 },