C# Класс ValueInjector.Instrumenter

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

Private Properties

Свойство Тип Описание
Instrumenter System
SaveValue void

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

Метод Описание
ApplyMapping ( SourceCodeLocation stmt, ValueMapping vm ) : void
GetAlternateMappings ( SourceCodeLocation stmt ) : IEnumerable
GetCurrentMapping ( SourceCodeLocation stmt ) : ValueMapping
Instrument ( object value, String FileName, int lineStart, int lineEnd, int colStart, int colEnd, int id ) : object
SetCurrentTestName ( String testName ) : void

Приватные методы

Метод Описание
Instrumenter ( ) : System
SaveValue ( SourceCodeLocation stmt, int key, Type t, object value ) : void

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

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

public static ApplyMapping ( SourceCodeLocation stmt, ValueMapping vm ) : void
stmt SourceCodeLocation
vm ValueMapping
Результат void

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

public static GetAlternateMappings ( SourceCodeLocation stmt ) : IEnumerable
stmt SourceCodeLocation
Результат IEnumerable

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

public static GetCurrentMapping ( SourceCodeLocation stmt ) : ValueMapping
stmt SourceCodeLocation
Результат ValueMapping

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

public static Instrument ( object value, String FileName, int lineStart, int lineEnd, int colStart, int colEnd, int id ) : object
value object
FileName String
lineStart int
lineEnd int
colStart int
colEnd int
id int
Результат object

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

public static SetCurrentTestName ( String testName ) : void
testName String
Результат void