Method | Description | |
---|---|---|
MarkdownWriter ( |
||
ShouldBeBigText ( string text ) : bool | ||
Write ( Specification specification ) : void | ||
WriteToFile ( Specification spec, string file ) : void | ||
WriteToText ( Specification specification ) : string |
Method | Description | |
---|---|---|
indention ( ) : string | ||
widthOfColumn ( Section collection, string key ) : int | ||
write ( string text ) : void | ||
writeChildCollection ( Section collection, int counter ) : void | ||
writeMetadata ( Specification spec ) : void | ||
writeSectionHeader ( Section section ) : void | ||
writeStep ( Step step ) : void | ||
writeTableData ( Section collection ) : void | ||
writeTopSection ( Section section ) : void |
public MarkdownWriter ( |
||
writer | ||
return | System.IO |
public static ShouldBeBigText ( string text ) : bool | ||
text | string | |
return | bool |
public Write ( Specification specification ) : void | ||
specification | Specification | |
return | void |
public static WriteToFile ( Specification spec, string file ) : void | ||
spec | Specification | |
file | string | |
return | void |
public static WriteToText ( Specification specification ) : string | ||
specification | Specification | |
return | string |