Lines Matching refs:expectation
38 expectation: { address: '::1', family: 6 }
43 expectation: { address: '127.0.0.1', family: 4 }
48 expectation: { address: '127.0.0.1', family: 4 }
53 expectation: { address: 'some-address', family: 0 }
58 expectation: { address: 'some-address2', family: 6 }
60 ].forEach(async ({ stub, factory, expectation }) => { field
62 assert.deepStrictEqual(await factory(), expectation);
81 expectation: [
89 expectation: [
97 expectation: [
105 expectation: [
113 expectation: []
115 ].forEach(async ({ stub, factory, expectation }) => { field
117 assert.deepStrictEqual(await factory(), expectation);