Package-level declarations

Types

Link copied to clipboard
abstract class BaseDescription : Description
Link copied to clipboard
abstract class BaseMatcher<T> : Matcher<T>
Link copied to clipboard
interface Description
Link copied to clipboard
class IsEqual<T>(expectedValue: T) : BaseMatcher<T>
Link copied to clipboard
Link copied to clipboard
interface Matcher<T> : SelfDescribing
Link copied to clipboard
Link copied to clipboard
interface SelfDescribing
Link copied to clipboard