Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

SoftAssert Expected Asserts #536

Merged
merged 4 commits into from
Nov 20, 2020

Conversation

skalpin
Copy link
Contributor

@skalpin skalpin commented Oct 30, 2020

  • Let's a user specify asserts that are expected to be called by the
    test method.
  • Specify expected asserts using an attribute or manually by calling
    ExpectedAsserts(...)

Closes #51

@skalpin skalpin requested a review from a team as a code owner October 30, 2020 14:24
@skalpin
Copy link
Contributor Author

skalpin commented Oct 30, 2020

Closes #51

@skalpin skalpin force-pushed the feature/SoftAssertExpectedAssertsToBeCalled branch 3 times, most recently from 84a5cc7 to 750d0e8 Compare October 30, 2020 20:24
Framework/BaseTest/SoftAssert.cs Outdated Show resolved Hide resolved
Framework/BaseTest/SoftAssert.cs Show resolved Hide resolved
- Let's a user specify asserts that are expected to be called by the
  test method.
- Specify expected asserts using an attribute or manually by calling
  ExpectedAsserts(...)
@skalpin skalpin force-pushed the feature/SoftAssertExpectedAssertsToBeCalled branch from 750d0e8 to 9143674 Compare November 3, 2020 16:04
@sonarcloud
Copy link

sonarcloud bot commented Nov 20, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 1 Code Smell

97.8% 97.8% Coverage
0.0% 0.0% Duplication

@skalpin skalpin merged commit 3699942 into master Nov 20, 2020
@skalpin skalpin deleted the feature/SoftAssertExpectedAssertsToBeCalled branch November 20, 2020 15:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pre-defined soft-asserts
2 participants