-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AnalysisServicesTestRunner and replace AsTestsBase #18056
Add AnalysisServicesTestRunner and replace AsTestsBase #18056
Conversation
{ | ||
helper.RMProfileModule, | ||
helper.GetRMModulePath("Az.AnalysisServices.psd1"), | ||
helper.GetRMModulePath("AzureRM.AnalysisServices.psd1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as the line above, delete it.
src/AnalysisServices/AnalysisServices.Test/InMemoryTests/DataPlaneCommandTests.cs
Outdated
Show resolved
Hide resolved
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.27703.2042 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.1.32414.318 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't edit solution file
{ | ||
_logger = new XunitTracingInterceptor(output); | ||
XunitTracingInterceptor.AddToContext(_logger); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete the empty line
src/AnalysisServices/AnalysisServices.Test/InMemoryTests/DataPlaneCommandTests.cs
Outdated
Show resolved
Hide resolved
src/AnalysisServices/AnalysisServices.Test/InMemoryTests/DataPlaneCommandTests.cs
Outdated
Show resolved
Hide resolved
f8ddeaa
to
d6f463c
Compare
@@ -36,7 +36,7 @@ | |||
|
|||
namespace Microsoft.Azure.Commands.AnalysisServices.Test.InMemoryTests | |||
{ | |||
public class DataPlaneCommandTests : AsTestsBase | |||
public class DataPlaneCommandTests : AnalysisServicesTestRunner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make it inherit from RMTestBase instead of TestRunner
Description
Add AnalysisServicesTestRunner and replace AzTestsBase
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added