C# Класс Tmx.Core.ExtensionMethods

Description of ExtensionMethods.
Показать файл Открыть проект

Открытые методы

Метод Описание
CheckTestStatus ( this task ) : void
CloneTaskForNewTestClient ( this task ) : ITestTask
DeserializeFromString ( this documentAsString ) : System.Xml.Linq.XDocument
IsAccepted ( this task ) : bool
IsAcceptingNewClients ( this testRun ) : bool
IsActive ( this task ) : bool
IsCanceled ( this task ) : bool
IsCompleted ( this testRun ) : bool
IsCompletedSuccessfully ( this task ) : bool
IsFailed ( this task ) : bool
IsFinished ( this task ) : bool
IsNotQuiet ( this testRun ) : bool
IsPending ( this testRun ) : bool
IsQueued ( this testRun ) : bool
IsScheduled ( this testRun ) : bool
SerializeToString ( this document ) : string
SetNoTasksStatus ( this testClient ) : void
SetStartTime ( this testRun ) : void
SetTimeTaken ( this testRun ) : void
SqueezeTaskToTaskCodeProxy ( this task ) : ITestTaskCodeProxy
SqueezeTaskToTaskResultProxy ( this task ) : ITestTaskResultProxy
SqueezeTaskToTaskStatusProxy ( this task ) : ITestTaskStatusProxy

Описание методов

CheckTestStatus() публичный статический Метод

public static CheckTestStatus ( this task ) : void
task this
Результат void

CloneTaskForNewTestClient() публичный статический Метод

public static CloneTaskForNewTestClient ( this task ) : ITestTask
task this
Результат ITestTask

DeserializeFromString() публичный статический Метод

public static DeserializeFromString ( this documentAsString ) : System.Xml.Linq.XDocument
documentAsString this
Результат System.Xml.Linq.XDocument

IsAccepted() публичный статический Метод

public static IsAccepted ( this task ) : bool
task this
Результат bool

IsAcceptingNewClients() публичный статический Метод

public static IsAcceptingNewClients ( this testRun ) : bool
testRun this
Результат bool

IsActive() публичный статический Метод

public static IsActive ( this task ) : bool
task this
Результат bool

IsCanceled() публичный статический Метод

public static IsCanceled ( this task ) : bool
task this
Результат bool

IsCompleted() публичный статический Метод

public static IsCompleted ( this testRun ) : bool
testRun this
Результат bool

IsCompletedSuccessfully() публичный статический Метод

public static IsCompletedSuccessfully ( this task ) : bool
task this
Результат bool

IsFailed() публичный статический Метод

public static IsFailed ( this task ) : bool
task this
Результат bool

IsFinished() публичный статический Метод

public static IsFinished ( this task ) : bool
task this
Результат bool

IsNotQuiet() публичный статический Метод

public static IsNotQuiet ( this testRun ) : bool
testRun this
Результат bool

IsPending() публичный статический Метод

public static IsPending ( this testRun ) : bool
testRun this
Результат bool

IsQueued() публичный статический Метод

public static IsQueued ( this testRun ) : bool
testRun this
Результат bool

IsScheduled() публичный статический Метод

public static IsScheduled ( this testRun ) : bool
testRun this
Результат bool

SerializeToString() публичный статический Метод

public static SerializeToString ( this document ) : string
document this
Результат string

SetNoTasksStatus() публичный статический Метод

public static SetNoTasksStatus ( this testClient ) : void
testClient this
Результат void

SetStartTime() публичный статический Метод

public static SetStartTime ( this testRun ) : void
testRun this
Результат void

SetTimeTaken() публичный статический Метод

public static SetTimeTaken ( this testRun ) : void
testRun this
Результат void

SqueezeTaskToTaskCodeProxy() публичный статический Метод

public static SqueezeTaskToTaskCodeProxy ( this task ) : ITestTaskCodeProxy
task this
Результат ITestTaskCodeProxy

SqueezeTaskToTaskResultProxy() публичный статический Метод

public static SqueezeTaskToTaskResultProxy ( this task ) : ITestTaskResultProxy
task this
Результат ITestTaskResultProxy

SqueezeTaskToTaskStatusProxy() публичный статический Метод

public static SqueezeTaskToTaskStatusProxy ( this task ) : ITestTaskStatusProxy
task this
Результат ITestTaskStatusProxy