Summary
The IApplyToContext interface is implemented by attributes
that want to make changes to the execution context before
a test is run.
- Namespace
- TCLite
.Interfaces - Implementing Types
graph BT
Type["IApplyToContext"]
class Type type-node
Implementing0["DefaultToleranceAttribute"]-.->Type
click Implementing0 "/tc-lite/api/TCLite/DefaultToleranceAttribute"
Syntax
public interface IApplyToContext
Methods
Name | Value | Summary |
---|---|---|
ApplyToContext |
void |
Apply changes to the execution context
|