Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
StoryTeller
Testing
Grammars
FakeRuntimeConverter
C# Class StoryTeller.Testing.Grammars.FakeRuntimeConverter
Inheritance:
IRuntimeConverter
Exibir arquivo
Open project: storyteller/Storyteller
Class Usage Examples
Public Methods
Method
Description
Convert
(
string
raw
,
ISpecContext
context
) :
object
Matches
(
Type
type
) :
bool
Method Details
Convert()
public
method
public
Convert
(
string
raw
,
ISpecContext
context
) :
object
raw
string
context
ISpecContext
return
object
Matches()
public
method
public
Matches
(
Type
type
) :
bool
type
System.Type
return
bool