BaseModelHelpers Methods

GetVersionString

Gets the version string including the build time in UTC of the provided assembly Version.

Syntax:

public static string GetVersionString(
	Version versionInfo
)

Parameters:

LogBaseModelVersion

Logs the assembly version of the base model, if it wasn't already logged before.

Syntax:

public static void LogBaseModelVersion(
	ITester t
)

Parameters:

MapRemoteDirectoryOnHost

Maps the remote directory on the host and returns a directory info for the remote directory. Make sure to unmap the remote directory in the tear down step by calling UnmapRemoteDirectoryOnHost!

Syntax:

public static DirectoryInfo MapRemoteDirectoryOnHost(
	ITester t
)

Parameters:

Return Value:

A System.IO.DirectoryInfo for the mapped remote directory.

Exceptions:

UnmapRemoteDirectoryOnHost

Unmaps the remote directory on the host.

Syntax:

public static void UnmapRemoteDirectoryOnHost(
	ITester t
)

Parameters:

Last updated