Searched defs:assertTrue (Results 1 – 3 of 3) sorted by relevance
24 export function assertTrue(value: boolean, lazyErrorMessage?: () => string) { function
28 export function assertTrue(value: boolean, optMsg?: string) { function
824 assertTrue(numColumns > 0); method in RowIteratorImpl