BaseExpectImpl  
    Functions
Link copied to clipboard
                  Appends the Assertions the given assertionCreator creates to this container and returns an Expect which includes them.
Link copied to clipboard
                  open fun createAndAppend(description: Translatable, expected: Any?, test: (T) -> Boolean): Expect<T>
Creates a DescriptiveAssertion based on the given description, expected and test and appends it to the container.
Link copied to clipboard
                  Properties
Link copied to clipboard
                  Do not use yet, this is experimental
Link copied to clipboard
                  Either Some wrapping the subject of an Assertion or None in case a previous subject transformation could not be carried out.