Systin. Core. TestFileLoader

Variables

_testFileContent

private string _testFileContent

_testFileName

private string _testFileName

_fileHandle

private FileInfo _fileHandle

Properties

TestFileContent

public string TestFileContent { get }

Functions

TestFileLoader

private TestFileLoader()

OpenTestFile

public static TestFileLoader OpenTestFile(FileInfo testFile)

Factory

public static TestFileLoader Factory()

LoadInstructionFileContent

public static void LoadInstructionFileContent(TestFileLoader inputFile)

OpenAndProcessInputFile

public static TestFileLoader OpenAndProcessInputFile(FileInfo testFile)

Properties

FileHandle

public FileInfo FileHandle { get }

FileName

public string FileName { get }
private string _testFileContent
private string _testFileName
private FileInfo _fileHandle
public string TestFileContent { get }
private TestFileLoader()
public static TestFileLoader OpenTestFile(FileInfo testFile)
public static TestFileLoader Factory()
public static void LoadInstructionFileContent(TestFileLoader inputFile)
public static TestFileLoader OpenAndProcessInputFile(FileInfo testFile)
public FileInfo FileHandle { get }
public string FileName { get }