CharSequenceContainsButAtMostCheckerBuilderBase(times: Int, atLeastBuilder: CharSequenceContainsAtLeastCheckerBuilderBase<T, S>, containsBuilder: CharSequenceContainsBuilder<T, S>, nameContainsNotFun: String, nameAtMostFun: String, nameAtLeastFun: String, nameButAtMostFun: String, nameExactlyFun: String)
The base class for builders which create the second step of a contains at least but at most
check
within the fluent API of a sophisticated contains
assertion for CharSequence.
times
- The number which the check will compare against the actual number of times an expected object is
found in the input of the search.
containsBuilder
- The previously used CharSequenceContainsBuilder.
nameContainsNotFun
- The name of the function which represents a CharSequence contains not
assertion.
nameAtMostFun
- The name of the function which represents a CharSequence contains at most
assertion.
nameAtLeastFun
- The name of the function which represents a CharSequence contains at least
assertion.
nameAtMostFun
- The name of the function which was called and created this builder.
nameExactlyFun
- The name of the function which represents a CharSequence contains exactly
assertion.
Constructor
The base class for builders which create the second step of a contains at least but at most
check
within the fluent API of a sophisticated contains
assertion for CharSequence.