Lines Matching refs:init
44 checkInvocations(alcazares, { init: 1 }, 'alcazares constructed'); property
51 checkInvocations(alcazares, { init: 1, before: 1 }, property
54 checkInvocations(alcazares, { init: 1, before: 1, after: 1 }, property
57 checkInvocations(alcazares, { init: 1, before: 2, after: 1 }, property
60 checkInvocations(alcazares, { init: 1, before: 2, after: 2 }, property
66 checkInvocations(alcazares, { init: 1, before: 2, after: 2, destroy: 1 }, property
77 checkInvocations(poblado, { init: 1 }, 'poblado constructed'); property
79 checkInvocations(poblado, { init: 1, before: 1 }, property
83 checkInvocations(poblado, { init: 1, before: 1, after: 1 }, property
93 alcazares, { init: 1, before: 2, after: 2, destroy: 1 }, property
100 checkInvocations(poblado, { init: 1, before: 1, after: 1 }, property