We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced6191 commit 5dc2a47Copy full SHA for 5dc2a47
1 file changed
Nice3point.TUnit.Revit/RevitApiTest.cs
@@ -15,7 +15,7 @@ public abstract class RevitApiTest : RevitApplicationTest
15
/// This method is executed before the test session begins, ensuring that the
16
/// necessary prerequisites for the tests interacting with the Revit environment are satisfied.
17
/// </summary>
18
- [Before(TestDiscovery)]
+ [Before(TestSession)]
19
[HookExecutor<RevitThreadExecutor>]
20
public static void RevitSessionSetup()
21
{
0 commit comments