Uses of Class
it.tidalwave.ui.test.AsAssert
-
Uses of AsAssert in it.tidalwave.ui.test
Methods in it.tidalwave.ui.test that return AsAssertModifier and TypeMethodDescriptionstatic AsAssert
<it.tidalwave.util.As> AsAssert.assertThat
(it.tidalwave.util.As object) Starts a sequence of assertions on the given object.static AsAssert
<it.tidalwave.util.As> AsAssert.assertThat
(org.mockito.ArgumentCaptor<? extends it.tidalwave.util.As> captor) Starts a sequence of assertions on the given object.AsAssert.hasDisplayName
(String displayName) Asserts that the object under inspection has the given display name.AsAssert.hasDisplayName
(org.springframework.util.function.ThrowingSupplier<String> displayName) Asserts that the object under inspection has the given display name.Method parameters in it.tidalwave.ui.test with type arguments of type AsAssertModifier and TypeMethodDescriptionItemsAssert.withEachItemSatisfying
(org.mockito.ThrowingConsumer<AsAssert<?>> consumer) Enumerates all children of the current object so assertions can be enforced on them.ItemsAssert.withNextItemSatisfying
(org.mockito.ThrowingConsumer<AsAssert<?>> consumer) Provides the next child of this object so assertions can be enforced on them.