Search
Preparing search index...
The search index is not available
@morgan-stanley/ts-mocking-bird
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
MyService
Class MyService
An example class that we want to mock
Hierarchy
MyService
Implements
IMyService
Index
Constructors
constructor
Properties
prop
One
prop
Three
prop
Two
static
Prop
One
static
Prop
Two
Methods
function
One
function
Three
function
Two
static
Function
One
Constructors
constructor
new
MyService
(
_constrParamOne
:
string
, _constrParamTwo
:
number
)
:
MyService
Parameters
_constrParamOne:
string
_constrParamTwo:
number
Returns
MyService
Properties
prop
One
prop
One
:
string
= ""
Optional
prop
Three
prop
Three
:
number
|
undefined
prop
Two
prop
Two
:
string
= ""
Static
static
Prop
One
static
Prop
One
:
string
= "staticOne"
Static
static
Prop
Two
static
Prop
Two
:
number
= 0
Methods
function
One
function
One
(
)
:
void
Returns
void
function
Three
function
Three
(
)
:
string
Returns
string
function
Two
function
Two
(
_value
:
string
)
:
boolean
Parameters
_value:
string
Returns
boolean
Static
static
Function
One
static
Function
One
(
paramOne
:
string
, paramTwo
:
number
)
:
string
Parameters
paramOne:
string
paramTwo:
number
Returns
string
Globals
My
Service
constructor
prop
One
prop
Three
prop
Two
static
Prop
One
static
Prop
Two
function
One
function
Three
function
Two
static
Function
One
Generated using
TypeDoc
An example class that we want to mock