abstract class ContainsBuilder<out T : Any, out S : Contains.SearchBehaviour> : Contains.Builder<T, S>
Represents the deprecated base class for builders representing the entry point of the process of building a sophisticated
contains
assertion.
T
- The type of the AssertionPlant.subject.
S
- The type of the current Contains.SearchBehaviour.
ContainsBuilder(subjectProvider: AssertionPlant<T>, searchBehaviour: S)
Represents the base class for builders representing the entry point of the process of building a
sophisticated |
open val searchBehaviour: S
The search behaviour which shall be applied to the input of the search. |
|
open val subjectProvider: AssertionPlant<T>
The SubjectProvider from which this building process started and to which the resulting Assertion should be added. |
class
Represents the deprecated entry point of the fluent API of sophisticated |
|
open class
Represents the deprecated entry point of the fluent API of sophisticated |