Skip to content

Commit

Permalink
Update DynamoTestUIBase.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart committed Nov 28, 2023
1 parent 073170e commit 151bbe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/DynamoCoreWpfTests/DynamoTestUIBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ protected string ExecutingDirectory
[SetUp]
public virtual void Start()
{
System.Console.WriteLine("Start test: " + TestContext.CurrentContext.Test.MethodName);
var assemblyPath = Assembly.GetExecutingAssembly().Location;
preloader = new Preloader(Path.GetDirectoryName(assemblyPath));
preloader.Preload();
Expand Down Expand Up @@ -141,6 +142,7 @@ public void Exit()
{
Console.WriteLine(ex.StackTrace);
}
System.Console.WriteLine("Exit test: " + TestContext.CurrentContext.Test.MethodName);
}

protected virtual void GetLibrariesToPreload(List<string> libraries)
Expand Down

0 comments on commit 151bbe8

Please sign in to comment.