You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This AssertJ method requires that afterwards you write the actual assertion,
e.g. `assertThat(value).isFalse()`
`assertThat(value)` on its own does not do anything and always passes.
0 commit comments