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
Syntax
public interface IApplyToContext
Methods
Name | Value | Summary |
---|---|---|
ApplyToContext |
void |
Apply changes to the execution context
|