Lines Matching refs:expectValue
58 assertClose(expectValue: number, precision: number): void
59 assertContain(expectValue: allExpectType): void
60 assertEqual(expectValue: allExpectType): void
64 assertInstanceOf(expectValue: string): void
65 assertLarger(expectValue: number): void
66 assertLess(expectValue: number): void
68 assertThrowError(expectValue: string): void
70 assertLargerOrEqual(expectValue: number):void
71 assertLessOrEqual(expectValue: number):void
76 assertDeepEquals(expectValue: allExpectType):void
79 assertPromiseIsRejectedWith(expectValue?: allExpectType): void
80 assertPromiseIsRejectedWithError(...expectValue: allExpectType[]): void
82 assertPromiseIsResolvedWith(expectValue?: allExpectType): void