Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

vbreuss
Copy link
Contributor

@vbreuss vbreuss commented Mar 2, 2025

Add overload HasContent() without parameters which allows adding:

  • .EqualTo(string expected)
  • .DifferentFrom(string unexpected)

implements #49

Add overload `HasContent()` without parameters which allows adding:
- `.EqualTo(string expected)`
- `.DifferentFrom(string unexpected)`
@vbreuss vbreuss added the enhancement New feature or request label Mar 2, 2025
@vbreuss vbreuss self-assigned this Mar 2, 2025
@vbreuss vbreuss enabled auto-merge (squash) March 2, 2025 07:07
@vbreuss vbreuss linked an issue Mar 2, 2025 that may be closed by this pull request
Copy link

github-actions bot commented Mar 2, 2025

🚀 Benchmark Results

Details

BenchmarkDotNet v0.14.0, Ubuntu 24.04.2 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.406
[Host] : .NET 8.0.13 (8.0.1325.6609), X64 RyuJIT AVX2
DefaultJob : .NET 8.0.13 (8.0.1325.6609), X64 RyuJIT AVX2

Method Mean Error StdDev Gen0 Gen1 Allocated
Dummy_aweXpect 5.222 μs 0.0553 μs 0.0490 μs 0.4425 0.0916 7.27 KB

Copy link

sonarqubecloud bot commented Mar 2, 2025

Copy link

github-actions bot commented Mar 2, 2025

Test Results

  4 files  ± 0    4 suites  ±0   1s ⏱️ ±0s
 50 tests +10   49 ✅ +10  1 💤 ±0  0 ❌ ±0 
144 runs  +30  143 ✅ +30  1 💤 ±0  0 ❌ ±0 

Results for commit 7179072. ± Comparison against base commit 50c321d.

@vbreuss vbreuss disabled auto-merge March 2, 2025 07:17
@vbreuss vbreuss merged commit 375284c into main Mar 2, 2025
12 checks passed
@vbreuss vbreuss deleted the topic/add-withcontent-differentfrom branch March 2, 2025 07:17
Copy link

github-actions bot commented Mar 2, 2025

This is addressed in release v0.8.0.

@github-actions github-actions bot added the state: released The issue is released label Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request state: released The issue is released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add check that file content is different to

1 participant