Method Before
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Before(MethodInfo, IXunitTest)
This method is called before the test method is executed.
public virtual void Before(MethodInfo methodUnderTest, IXunitTest test)
Parameters
methodUnderTestMethodInfoThe method under test
testThe current ITest