C# Class Tests.FileBuilder

Mostrar archivo Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
Build ( ) : TestFile
FileBuilder ( ) : System.Collections.Generic
FilePath ( string value ) : FileBuilder
Tag ( FrameType type, string value ) : FileBuilder
Tags ( string>.Dictionary value ) : FileBuilder

Method Details

Build() public method

public Build ( ) : TestFile
return TestFile

FileBuilder() public method

public FileBuilder ( ) : System.Collections.Generic
return System.Collections.Generic

FilePath() public method

public FilePath ( string value ) : FileBuilder
value string
return FileBuilder

Tag() public method

public Tag ( FrameType type, string value ) : FileBuilder
type FrameType
value string
return FileBuilder

Tags() public method

public Tags ( string>.Dictionary value ) : FileBuilder
value string>.Dictionary
return FileBuilder