Skip to content
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

Merged
merged 31 commits into from
Oct 13, 2022
Merged
Changes from 9 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c5f0eea
Try to simplify automation.cli and support of different tfms
Evangelink Oct 7, 2022
0d2a4cd
Suite Life Cycle Test
engyebrahim Oct 7, 2022
684633e
Fix test
Evangelink Oct 7, 2022
7833e9e
add all classcleanup attribute cases
engyebrahim Oct 10, 2022
cfc4147
test net462 in suite tests
engyebrahim Oct 10, 2022
c70e0a2
apply PR's comments
engyebrahim Oct 10, 2022
f832110
fix number of discovered tests
engyebrahim Oct 10, 2022
0740c4f
add foreach test Outcome
engyebrahim Oct 10, 2022
d0eff2b
remove classcleanup from test verify
engyebrahim Oct 10, 2022
147097c
Suite Life Cycle Test
engyebrahim Oct 7, 2022
d73a8ca
Fix test
Evangelink Oct 7, 2022
74456da
add all classcleanup attribute cases
engyebrahim Oct 10, 2022
dfb7aff
test net462 in suite tests
engyebrahim Oct 10, 2022
849fd4d
apply PR's comments
engyebrahim Oct 10, 2022
3880c9f
fix number of discovered tests
engyebrahim Oct 10, 2022
6b45171
add foreach test Outcome
engyebrahim Oct 10, 2022
6a4def4
remove classcleanup from test verify
engyebrahim Oct 10, 2022
9fdd838
fixed the typos
engyebrahim Oct 11, 2022
9c4a7de
Merge branch 'Suite-Life-Cycle-Test' of https://github.com/engyebrahi…
engyebrahim Oct 11, 2022
0f4b8b7
fix the protected var
engyebrahim Oct 11, 2022
dbb7cbe
add assemblyinit and cleanup
engyebrahim Oct 11, 2022
71d4b85
add inheritance test classes
engyebrahim Oct 11, 2022
2dad730
update the inheritance attribute to be for classinit too
engyebrahim Oct 11, 2022
0fe3d0d
clean the assembly class
engyebrahim Oct 11, 2022
8ae3073
make setter private for RunEventsHandler
engyebrahim Oct 11, 2022
f63280d
fix the test
engyebrahim Oct 12, 2022
535a2e4
fix
engyebrahim Oct 12, 2022
adc51aa
added more 4 test class for the parent init and cleanup cases
engyebrahim Oct 12, 2022
09e9405
applied PR's comments
engyebrahim Oct 13, 2022
67ff6bf
Merge branch 'main' into Suite-Life-Cycle-Test
engyebrahim Oct 13, 2022
2cd3f7a
fix
engyebrahim Oct 13, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/E2ETests/Automation.CLI/CLITestBase.common.cs
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ protected string GetTestAdapterPath()
/// </summary>
/// <param name="settingsXml">RunSettings provided for discovery/execution.</param>
/// <param name="testAdapterPath">Full path to TestAdapter.</param>
/// <returns>RunSettingXml as string</returns>
/// <returns>RunSettingXml as string.</returns>
protected string GetRunSettingXml(string settingsXml, string testAdapterPath, string targetFramework = "")
{
if (string.IsNullOrEmpty(settingsXml))