Skip to content

Commit

Permalink
Added some testing output
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmdotnet committed Oct 2, 2023
1 parent a650a10 commit 255ed49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void Load_DefaultBaseModules_NoErrors()
[TestInitialize]
public void Setup()
{
Console.WriteLine($"Executing directory is: '{System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location)}'");
#if NET472
ConfigurationManager = new CloudConfigurationManager();
#else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void Load_DefaultBaseModules_NoErrors()
[TestInitialize]
public void Setup()
{
Console.WriteLine($"Executing directory is: '{System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location)}'");
#if NET472
ConfigurationManager = new CloudConfigurationManager();
#else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void Load_DefaultBaseModules_NoErrors()
[TestInitialize]
public void Setup()
{
Console.WriteLine($"Executing directory is: '{System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location)}'");
#if NET472
ConfigurationManager = new CloudConfigurationManager();
#else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void Load_DefaultBaseModules_NoErrors()
[TestInitialize]
public void Setup()
{
Console.WriteLine($"Executing directory is: '{System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location)}'");
#if NET472
ConfigurationManager = new CloudConfigurationManager();
#else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public void Run_RoleNameAndOperationNameSettings_NoErrors()
[TestInitialize]
public void Setup()
{
Console.WriteLine($"Executing directory is: '{System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location)}'");
#if NET472
ConfigurationManager = new CloudConfigurationManager();
#else
Expand Down

0 comments on commit 255ed49

Please sign in to comment.