You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some of my tests I am creating the expected resultset, to validate query execution results against, in my setup tasks.
When I start my tests a first time (when the external resultset-file is still non-existent), NBi throws an ExternalDependencyNotFoundException on the file that would be created through the setup.
NBi.NUnit.Runtime.TestSuite.<testname>:
NBi.Core.ExternalDependencyNotFoundException: This test is in error because the following dependency has not been found '<full path to external resultset file>'.
Can the order be changed so that the file's existence is only checked after setup tasks have run?
The text was updated successfully, but these errors were encountered:
For some of my tests I am creating the expected resultset, to validate query execution results against, in my setup tasks.
When I start my tests a first time (when the external resultset-file is still non-existent), NBi throws an ExternalDependencyNotFoundException on the file that would be created through the setup.
Can the order be changed so that the file's existence is only checked after setup tasks have run?
The text was updated successfully, but these errors were encountered: