Skip to content
fluent-asserts
Search
Ctrl
K
Cancel
GitHub
Select theme
Dark
Light
Auto
Guide
Introduction
Philosophy
Installation
Core Concepts
Assertion Styles
Configuration
Context Data
Assertion Statistics
Memory Management
Extending
Contributing
Upgrading to v2
API Reference
Overview
Equality
Equality Operations
arrayEqual
equal
Comparison
Comparison Operations
approximately
betweenDuration
greaterOrEqualToDuration
greaterThanDuration
lessOrEqualToDuration
lessThanDuration
Strings
String Operations
arrayContain
arrayContainOnly
contain
addLifecycleMessage
endWith
startWith
Ranges & Arrays
Range & Array Operations
.beEmpty()
.beSorted()
.containOnly()
Callables & Exceptions
Callable & Exception Operations
allocateGCMemory
allocateNonGCMemory
addThrownMessage
Types
Type Operations
beNull
instanceOf
Other
snapshot
GitHub
Select theme
Dark
Light
Auto
addLifecycleMessage
.addLifecycleMessage()
Adds a failure message to evaluation.result describing missing string values.