Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/jsunit/src/module/assert/
DExpectExtend.js37 import assertPromiseIsResolvedWith from './assertPromiseIsResolvedWith';
66 this.matchers.assertPromiseIsResolvedWith = assertPromiseIsResolvedWith;
DassertPromiseIsResolvedWith.js18 function assertPromiseIsResolvedWith(actualPromise, expectedValue) { function
55 export default assertPromiseIsResolvedWith;
/test/testfwk/arkxtest/jsunit/
Dindex.d.ts89 assertPromiseIsResolvedWith(expectValue?: any): Promise<void>
Dindex.ets86 assertPromiseIsResolvedWith(expectValue?: allExpectType): Promise<void>
/test/testfwk/arkxtest/
DREADME_zh.md110 | 22 | assertPromiseIsResolvedWith | @since1.0.4 判断promise是否处于Resolved状态,并且比较执行的结果值。 |
218 expect(p).assertPromiseIsResolvedWith(info);