TestCollectionItemAssert

Constructors

Link copied to clipboard
constructor(testCollectionItem: TestCollectionItem)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val info: WritableAssertionInfo

Functions

Link copied to clipboard
open override fun as(p0: Description): TestCollectionItemAssert
open override fun as(p0: String, vararg p1: Any): TestCollectionItemAssert
Link copied to clipboard
open override fun asList(): AbstractListAssert<*, MutableList<out Any>, Any, ObjectAssert<Any>>
Link copied to clipboard
open override fun asString(): AbstractCharSequenceAssert<*, String>
Link copied to clipboard
open override fun describedAs(p0: Description): TestCollectionItemAssert
open override fun describedAs(p0: String, vararg p1: Any): TestCollectionItemAssert
Link copied to clipboard
Link copied to clipboard
open override fun doesNotHave(p0: Condition<in TestCollectionItem>): TestCollectionItemAssert
Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun getWritableAssertionInfo(): WritableAssertionInfo
Link copied to clipboard
open override fun has(p0: Condition<in TestCollectionItem>): TestCollectionItemAssert
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Assert that item is at index index

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun is(p0: Condition<in TestCollectionItem>): TestCollectionItemAssert
Link copied to clipboard
open override fun isEqualTo(p0: Any): TestCollectionItemAssert
Link copied to clipboard
Link copied to clipboard

Assert the item is fully visible.

Link copied to clipboard
open override fun isIn(vararg p0: Any): TestCollectionItemAssert
open override fun isIn(p0: MutableIterable<*>): TestCollectionItemAssert
Link copied to clipboard
open override fun isInstanceOf(p0: Class<*>): TestCollectionItemAssert
Link copied to clipboard
open override fun isInstanceOfAny(vararg p0: Class<*>): TestCollectionItemAssert
Link copied to clipboard
open override fun isNot(p0: Condition<in TestCollectionItem>): TestCollectionItemAssert
Link copied to clipboard
open override fun isNotEqualTo(p0: Any): TestCollectionItemAssert
Link copied to clipboard
Link copied to clipboard

Assert that item is not fully visible.

Link copied to clipboard
open override fun isNotIn(vararg p0: Any): TestCollectionItemAssert
Link copied to clipboard
Link copied to clipboard
open override fun isNotInstanceOfAny(vararg p0: Class<*>): TestCollectionItemAssert
Link copied to clipboard
open override fun isNotNull(): TestCollectionItemAssert
Link copied to clipboard
open override fun isNotOfAnyClassIn(vararg p0: Class<*>): TestCollectionItemAssert
Link copied to clipboard
open override fun isNotSameAs(p0: Any): TestCollectionItemAssert
Link copied to clipboard

Assert the item is not visible

Link copied to clipboard
open override fun isNull()
Link copied to clipboard
open override fun isOfAnyClassIn(vararg p0: Class<*>): TestCollectionItemAssert
Link copied to clipboard
open override fun isSameAs(p0: Any): TestCollectionItemAssert
Link copied to clipboard

Assert the item is visible.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun withRepresentation(p0: Representation): TestCollectionItemAssert
Link copied to clipboard