Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AvaExpectation

Implements

Index

Constructors

constructor

  • new AvaExpectation(avaContext: TestContext, subject: __type, message?: string): AvaExpectation

Properties

Private avaContext

avaContext: TestContext

Private chaiImplementation

chaiImplementation: ChaiExpectation

Private message

message: string

Private subject

subject: __type

Methods

notToBeEmpty

  • notToBeEmpty(): void

toBeTrue

  • toBeTrue(): void

toDeeplyInclude

  • toDeeplyInclude(value: IMessage): void

toEqual

  • toEqual(value: __type): void

toInclude

  • toInclude(value: __type): void