diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 53a729d..337f9ec 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -51,13 +51,13 @@ ] }, "demaconsulting.reviewmark": { - "version": "1.2.0", + "version": "1.3.1", "commands": [ "reviewmark" ] }, "demaconsulting.fileassert": { - "version": "0.4.0", + "version": "0.5.1", "commands": [ "fileassert" ] diff --git a/docs/reqstream/ots/fileassert.yaml b/docs/reqstream/ots/fileassert.yaml index 0311e3b..74400f4 100644 --- a/docs/reqstream/ots/fileassert.yaml +++ b/docs/reqstream/ots/fileassert.yaml @@ -17,5 +17,5 @@ sections: tags: [ots] tests: - FileAssert_Results - - FileAssert_Exists - - FileAssert_Contains + - FileAssert_File + - FileAssert_Text diff --git a/docs/verification/ots/fileassert.md b/docs/verification/ots/fileassert.md index a9891ce..fdcb687 100644 --- a/docs/verification/ots/fileassert.md +++ b/docs/verification/ots/fileassert.md @@ -24,12 +24,12 @@ produces test result files. A TRX results file with correctly classified pass an expected. This scenario is tested by `FileAssert_Results`. -**FileAssert_Exists**: FileAssert self-validation exercises a test configuration using a glob +**FileAssert_File**: FileAssert self-validation exercises a test configuration using a glob pattern to assert file existence, verifying that FileAssert correctly detects present files. The assertion is expected to pass when the specified file is present. -This scenario is tested by `FileAssert_Exists`. +This scenario is tested by `FileAssert_File`. -**FileAssert_Contains**: FileAssert self-validation exercises a test configuration using a +**FileAssert_Text**: FileAssert self-validation exercises a test configuration using a `contains` assertion to verify file content, verifying that FileAssert correctly checks file content. The assertion is expected to pass when the specified content is present. -This scenario is tested by `FileAssert_Contains`. +This scenario is tested by `FileAssert_Text`. diff --git a/src/DemaConsulting.DictionaryMark/DemaConsulting.DictionaryMark.csproj b/src/DemaConsulting.DictionaryMark/DemaConsulting.DictionaryMark.csproj index 8eb4b11..f5c062d 100644 --- a/src/DemaConsulting.DictionaryMark/DemaConsulting.DictionaryMark.csproj +++ b/src/DemaConsulting.DictionaryMark/DemaConsulting.DictionaryMark.csproj @@ -49,7 +49,7 @@ - + @@ -57,7 +57,7 @@ - + diff --git a/test/DemaConsulting.DictionaryMark.Tests/DemaConsulting.DictionaryMark.Tests.csproj b/test/DemaConsulting.DictionaryMark.Tests/DemaConsulting.DictionaryMark.Tests.csproj index e5ead5a..2c4c15c 100644 --- a/test/DemaConsulting.DictionaryMark.Tests/DemaConsulting.DictionaryMark.Tests.csproj +++ b/test/DemaConsulting.DictionaryMark.Tests/DemaConsulting.DictionaryMark.Tests.csproj @@ -35,7 +35,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all