要求されたページは選択されたバージョンでは利用できない。
Supported extensibility methods offered by TAIntegrationExtensibility.cs
Lists the extensibility methods exposed by the TAIntegrationExtensibility.cs class.
No | Method | Order of invocation |
---|---|---|
1 | ClassInitializing() | When applied, this method is invoked before execution of the ClassInitialize() method.* |
2 | ClassInitialized() | When applied, this method is invoked after execution of the ClassInitialize() method.* |
3 | ClassCleaning() | When applied, this method is invoked before execution of the ClassCleanup() method.* |
4 | ClassCleaned() | When applied, this method is invoked after execution of the ClassCleanup() method.* |
5 | TestInitializing() | When applied, this method is invoked before execution of the TestInitialize() method.* |
6 | TestInitialized() | When applied, this method is invoked after execution of the TestInitialize() method.* |
7 | TestCleaning() | When applied, this method is invoked before execution of the TestCleanup() method.* |
8 | TestCleaned() | When applied, this method is invoked after execution of the TestCleanup() method.* |
9 | RunTestCaseInitialize() | When applied, this method is invoked before execution of the RunTestCase() method.* |
10 | RunTestCaseCleanup() | When applied, this method is invoked after execution of the RunTestCase() method.* |
11 | AssemblyInitializing() | When applied, this method is invoked before execution of the AssemblyInitialize() method.* |
12 | AssemblyInitialized() | When applied, this method is invoked after execution of the AssemblyInitialize() method.* |
13 | AssemblyCleaning() | When applied, this method is invoked before execution of the AssemblyCleanup() method.* |
14 | AssemblyCleaned() | When applied, this method is invoked after execution of the AssemblyCleanup() method.* |
注意:
* ClassInitialize(), ClassCleanup(), TestInitialize(), TestCleanup(), RunTestCase(), AssemblyInitialize(), and AssemblyCleanup() are all built-in methods, and are generated once you successfully associate TestArchitect test cases with TFS test cases (Learn more.)