Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ assertTrue
Function
assertTrue
tsn/tests/tsn_test_helpers/bootstrap.ts:15–17 ·
view source on GitHub ↗
(value: boolean)
Source
from the content-addressed store, hash-verified
13
}
14
15
function
assertTrue(value: boolean) {
16
assertEquals(value, true);
17
}
18
19
function
assertFalse(value: boolean) {
20
assertEquals(value, false);
Callers
15
testInvokeWithJSRuntimeGeneratedMethodExists
Method · 0.85
testInvokeWithJSRuntimeCompletionHasCorrectSignature
Method · 0.85
activeAnimationCanBeNonRenderable
Method · 0.85
attributedTextReportsActiveAnimation
Method · 0.85
textValueSetterRebindsSameStaticAttributedTextWhenViewTextDrifts
Method · 0.85
convertOnlyAddsPartIndexSpansForAnimatedText
Method · 0.85
isTextValueEqualMatchesImageAttachmentBreakCharacters
Method · 0.85
overlayLayoutCacheRecycleRecyclesChunkBitmaps
Method · 0.85
overlayRenderModeKeepsStaticFillVisible
Method · 0.85
baseRenderModeUsesTransparentStyleForAnimatedTextWithoutOutline
Method · 0.85
valdiTextViewUpdateAndClearInvalidateView
Method · 0.85
setTextAndSelectionClearsConverterSpansOnRichToPlainWithIdenticalString
Method · 0.85
Calls
1
assertEquals
Function · 0.70
Tested by
15
testInvokeWithJSRuntimeGeneratedMethodExists
Method · 0.68
testInvokeWithJSRuntimeCompletionHasCorrectSignature
Method · 0.68
activeAnimationCanBeNonRenderable
Method · 0.68
attributedTextReportsActiveAnimation
Method · 0.68
textValueSetterRebindsSameStaticAttributedTextWhenViewTextDrifts
Method · 0.68
convertOnlyAddsPartIndexSpansForAnimatedText
Method · 0.68
isTextValueEqualMatchesImageAttachmentBreakCharacters
Method · 0.68
overlayLayoutCacheRecycleRecyclesChunkBitmaps
Method · 0.68
overlayRenderModeKeepsStaticFillVisible
Method · 0.68
baseRenderModeUsesTransparentStyleForAnimatedTextWithoutOutline
Method · 0.68
valdiTextViewUpdateAndClearInvalidateView
Method · 0.68
setTextAndSelectionClearsConverterSpansOnRichToPlainWithIdenticalString
Method · 0.68