C# Класс Adf.Core.Test.TestManager

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
Clear ( ) : void

Clear registry.

FindItems ( TestItemType type, TestAction action ) : IEnumerable
FindItems ( TestItemType type, object subject, TestAction action ) : IEnumerable
IsNotPresent ( TestItemType type, TestAction action ) : bool

Running a test, by checking if the requested item is not in the registry.

IsNotPresent ( TestItemType type, object subject, TestAction action ) : bool

Running a test, by checking if the requested item is not in the registry.

IsPresent ( TestItemType type, TestAction action ) : bool

Running a test, by checking if the requested item is in the registry.

IsPresent ( TestItemType type, object subject ) : bool

Running a test, by checking if the requested item is in the registry.

IsPresent ( TestItemType type, object subject, TestAction action ) : bool

Running a test, by checking if the requested item is in the registry.

Register ( TestItemType type, TestAction action ) : void

Register a test item.

Register ( TestItemType type, object subject ) : void

Register a test item.

Register ( TestItemType type, object subject, TestAction action ) : void

Register a test item.

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

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

Clear registry.
public static Clear ( ) : void
Результат void

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

public static FindItems ( TestItemType type, TestAction action ) : IEnumerable
type TestItemType
action TestAction
Результат IEnumerable

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

public static FindItems ( TestItemType type, object subject, TestAction action ) : IEnumerable
type TestItemType
subject object
action TestAction
Результат IEnumerable

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

Running a test, by checking if the requested item is not in the registry.
public static IsNotPresent ( TestItemType type, TestAction action ) : bool
type TestItemType Type of test item
action TestAction Message to be passed
Результат bool

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

Running a test, by checking if the requested item is not in the registry.
public static IsNotPresent ( TestItemType type, object subject, TestAction action ) : bool
type TestItemType Type of test item
subject object Subject
action TestAction Action to be passed
Результат bool

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

Running a test, by checking if the requested item is in the registry.
public static IsPresent ( TestItemType type, TestAction action ) : bool
type TestItemType Type of test item
action TestAction Message to be passed
Результат bool

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

Running a test, by checking if the requested item is in the registry.
public static IsPresent ( TestItemType type, object subject ) : bool
type TestItemType Type of test item
subject object Message to be passed
Результат bool

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

Running a test, by checking if the requested item is in the registry.
public static IsPresent ( TestItemType type, object subject, TestAction action ) : bool
type TestItemType Type of test item
subject object Subject
action TestAction Action to be passed
Результат bool

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

Register a test item.
public static Register ( TestItemType type, TestAction action ) : void
type TestItemType Type of test item
action TestAction Message to be passed
Результат void

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

Register a test item.
public static Register ( TestItemType type, object subject ) : void
type TestItemType Type of test item
subject object Subject
Результат void

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

Register a test item.
public static Register ( TestItemType type, object subject, TestAction action ) : void
type TestItemType Type of test item
subject object Subject
action TestAction Message to be passed
Результат void