Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
AutoMocker
Specs
ASubject
C# Class AutoMocker.Specs.ASubject
Show file
Open project: mikeyoon/FakeItEasyAutoMocker
Public Methods
Method
Description
ASubject
(
IDependency
dep2
,
ADependency
dep
) :
System
GetSomething
( ) :
string
GetSomethingElse
( ) :
string
Method Details
ASubject()
public
method
public
ASubject
(
IDependency
dep2
,
ADependency
dep
) :
System
dep2
IDependency
dep
ADependency
return
System
GetSomething()
public
method
public
GetSomething
( ) :
string
return
string
GetSomethingElse()
public
method
public
GetSomethingElse
( ) :
string
return
string