Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
StoryTeller
Testing
RecordingWriter
C# Class StoryTeller.Testing.RecordingWriter
Inheritance:
IWriter
Datei anzeigen
Open project: adymitruk/storyteller
Class Usage Examples
Public Methods
Method
Description
ItemWrittenAt
(
int
index
) :
object
WriteCell
(
Cell
cell
,
IStep
step
) :
void
WriteText
(
string
text
) :
void
Method Details
ItemWrittenAt()
public
method
public
ItemWrittenAt
(
int
index
) :
object
index
int
return
object
WriteCell()
public
method
public
WriteCell
(
Cell
cell
,
IStep
step
) :
void
cell
Cell
step
IStep
return
void
WriteText()
public
method
public
WriteText
(
string
text
) :
void
text
string
return
void