BaseFixture.

GetTestFileStream(string) Method

Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing
Containing Type
BaseFixture

Syntax

public MemoryStream GetTestFileStream(string fileName)

Parameters

Name Type Description
fileName string

Return Value

Type Description
MemoryStream
GitHub