Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MockResultReturn<T>

Represents the result of a single call to a mock function with a return value.

Type parameters

  • T

Hierarchy

  • MockResultReturn

Index

Properties

Properties

type

type: "return"

value

value: T