IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The IApplyToContext interface is implemented by attributes that want to make changes to the execution context before a test is run. More...
Public Member Functions | |
void | ApplyToContext (TestExecutionContext context) |
Apply changes to the execution context More... | |
The IApplyToContext interface is implemented by attributes that want to make changes to the execution context before a test is run.
void NUnit.Framework.Interfaces.IApplyToContext.ApplyToContext | ( | TestExecutionContext | context | ) |
Apply changes to the execution context
context | The execution context |
Implemented in NUnit.Framework.ParallelizableAttribute, NUnit.Framework.TimeoutAttribute, NUnit.Framework.SetCultureAttribute, and NUnit.Framework.SetUICultureAttribute.
Referenced by NUnit.Framework.Internal.Commands.ApplyChangesToContextCommand.Execute(), NUnit.Framework.Attributes.ApplyToContextTests.SetCultureAttribute(), NUnit.Framework.Attributes.ApplyToContextTests.SetUICultureAttribute(), and NUnit.Framework.Attributes.ApplyToContextTests.TimeoutAttribute().