@@ -30,7 +30,7 @@ organizes all test execution internally.
30305 . Verifies exit code is 0, output file exists, ` JobId ` equals ` "test-job" ` , and ` dotnet `
3131 version was captured and is non-empty.
3232
33- The test name is ` VersionMark_CapturesVersions ` , satisfying ` VersionMark-Capture -Capture ` .
33+ The test name is ` VersionMark_CapturesVersions ` , satisfying ` VersionMark-Validation -Capture ` .
3434
3535## RunPublishTest
3636
@@ -44,7 +44,7 @@ The test name is `VersionMark_CapturesVersions`, satisfying `VersionMark-Capture
44445 . Verifies exit code is 0, report file exists, and contains ` ## Tool Versions ` ,
4545 ` **dotnet** ` , ` **node** ` , ` 8.0.0 ` , and ` 20.0.0 ` .
4646
47- The test name is ` VersionMark_GeneratesMarkdownReport ` , satisfying ` VersionMark-Publish -Publish ` .
47+ The test name is ` VersionMark_GeneratesMarkdownReport ` , satisfying ` VersionMark-Validation -Publish ` .
4848
4949## RunLintValidTest
5050
@@ -56,7 +56,7 @@ The test name is `VersionMark_GeneratesMarkdownReport`, satisfying `VersionMark-
56563 . Constructs a ` Context ` with ` --silent ` , ` --log <file> ` , and ` --lint <config-file> ` .
57574 . Calls ` Program.Run ` and checks that the exit code is 0.
5858
59- The test name is ` VersionMark_LintPassesForValidConfig ` , satisfying ` VersionMark-CommandLine -Lint ` .
59+ The test name is ` VersionMark_LintPassesForValidConfig ` , satisfying ` VersionMark-Validation -Lint ` .
6060
6161## RunLintInvalidTest
6262
@@ -69,7 +69,7 @@ The test name is `VersionMark_LintPassesForValidConfig`, satisfying `VersionMark
69694 . Calls ` Program.Run ` and checks that the exit code is non-zero.
7070
7171The test name is ` VersionMark_LintReportsErrorsForInvalidConfig ` , satisfying
72- ` VersionMark-CommandLine -Lint ` .
72+ ` VersionMark-Validation -Lint ` .
7373
7474## WriteResultsFile
7575
@@ -80,7 +80,7 @@ The test name is `VersionMark_LintReportsErrorsForInvalidConfig`, satisfying
8080- Other → writes an error via ` context.WriteError `
8181
8282The serialized content is written with ` File.WriteAllText ` . This satisfies
83- ` VersionMark-CommandLine -Results ` .
83+ ` VersionMark-Validate -Results ` .
8484
8585## TemporaryDirectory
8686
0 commit comments