C# Class DataMigrationTests.TestUtils

TestUtils is for shareable utilities for this project.
Show file Open project: scoutmedia/DataMigration Class Usage Examples

Public Methods

Method Description
GetResourceTextFile ( string filename ) : string

Returns embedded resource text file.

Method Details

GetResourceTextFile() public method

Returns embedded resource text file.
public GetResourceTextFile ( string filename ) : string
filename string The name of the resource.
return string