-
Notifications
You must be signed in to change notification settings - Fork 269
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 tests to document test suite messages #1313
Add tests to document test suite messages #1313
Conversation
be35187
to
684633e
Compare
...LifeCycleTestProject/SuiteLifeCycleTestClass_ClassCleanupWithCleanupBehaviorEndOfAssembly.cs
Outdated
Show resolved
Hide resolved
...Project/SuiteLifeCycleTestClass_ClassCleanupWithInheritanceBehaviorBeforeEachDerivedClass.cs
Outdated
Show resolved
Hide resolved
...SuiteLifeCycleTestProject/SuiteLifeCycleTestClass_ClassCleanupWithInheritanceBehaviorNone.cs
Outdated
Show resolved
Hide resolved
...TestAssets/SuiteLifeCycleTestProject/SuiteLifeCycleTestClass_ClassCleanupWithoutAttribute.cs
Outdated
Show resolved
Hide resolved
d0eff2b
to
6a4def4
Compare
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.
You are missing AssemblyInitialize
, AssemblyCleanup
and variants for the ClassCleanup
about inheritance.
…m/testfx into Suite-Life-Cycle-Test # Conflicts: # test/E2ETests/Automation.CLI/CLITestBase.common.cs # test/E2ETests/Smoke.E2E.Tests/SuiteLifeCycleTests.cs
...TestAssets/SuiteLifeCycleTestProject/SuiteLifeCycleTestClass_AssemblyInitializeAndCleanup.cs
Show resolved
Hide resolved
...feCycleTestProject/SuiteLifeCycleTestClass_InheretClassWithCleanupInheritanceBehaviorNone.cs
Outdated
Show resolved
Hide resolved
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.
A few more remarks and we can merge this and start working on improving behaviors. Thank you so much for this awesome long work @engyebrahim. It helps us a lot in covering and understanding the behavior and how we can improve ux for users.
...TestAssets/SuiteLifeCycleTestProject/SuiteLifeCycleTestClass_AssemblyInitializeAndCleanup.cs
Outdated
Show resolved
Hide resolved
...TestAssets/SuiteLifeCycleTestProject/SuiteLifeCycleTestClass_AssemblyInitializeAndCleanup.cs
Show resolved
Hide resolved
# Conflicts: # TestFx.sln
No description provided.