Home
last modified time | relevance | path

Searched refs:assertPromiseIsRejectedWithError (Results 1 – 5 of 5) sorted by relevance

/test/testfwk/arkxtest/jsunit/src/module/assert/
DExpectExtend.js35 import assertPromiseIsRejectedWithError from './assertPromiseIsRejectedWithError';
64 this.matchers.assertPromiseIsRejectedWithError = assertPromiseIsRejectedWithError;
DassertPromiseIsRejectedWithError.js18 function assertPromiseIsRejectedWithError(actualPromise, expectedValue) { function
76 export default assertPromiseIsRejectedWithError;
/test/testfwk/arkxtest/jsunit/
Dindex.d.ts87 assertPromiseIsRejectedWithError(...expectValue): Promise<void>
Dindex.ets84 assertPromiseIsRejectedWithError(...expectValue: allExpectType[]): Promise<void>
/test/testfwk/arkxtest/
DREADME_zh.md108 | 20 | assertPromiseIsRejectedWithError | @since1.0.4 判断promise是否处于Rejected状态并有异常,同时比较异常的类型和messa…
208 expect(p1).assertPromiseIsRejectedWithError(TypeError);