abstract class AbstractAssert: NonBacktrackable<ExecutionContext>
Constructors
<init>
constructor(suffix: String, before: Boolean)
Parameters
Name | Description |
---|---|
suffix: String
|
|
before: Boolean
|
Methods
computeOne
protected open fun Request<ExecutionContext>.computeOne(first: Term): Response
Receiver
Name | Description |
---|---|
Request<ExecutionContext>
|
Parameters
Name | Description |
---|---|
first: Term
|
ReturnValue
Name | Description |
---|---|
Response
|