-
Notifications
You must be signed in to change notification settings - Fork 731
Add a bunch of assertions on XElement and XDocument
#2690
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 a bunch of assertions on XElement and XDocument
#2690
Conversation
Qodana for .NETIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
Pull Request Test Coverage Report for Build 11588463853Details
💛 - Coveralls |
XelementAssertion for absent elements and/or valuesXElementAssertion for absent elements and/or values
0d7e599 to
f275e00
Compare
XElementAssertion for absent elements and/or valuesXElementAssertions
8b3f661 to
5f7fd15
Compare
XElementAssertionsXElement and XDocument
04bbd13 to
0937a60
Compare
XElement and XDocumentXElement and XDocument
dennisdoomen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a great start. Thanks for that.
I left an initial set of comments for some of the files, but which also need to be applied on the rest. Please re-request the review when you feel the rest also addresses the comments.
4885402 to
2a2691b
Compare
|
I revised several changed code and I think I got everything 🤞 |
|
Is the qodana key expired?
|
3147c5e to
35dd5d7
Compare
Yes, and I already have a nice license, but somehow it's not working yet. Working with JetBrains to resolve this ASAP. |
Fixed |
35dd5d7 to
b6578b0
Compare
|
(rebased onto current develop) |
f351abf to
1694909
Compare
1694909 to
283e565
Compare
283e565 to
bfaeb7f
Compare
bfaeb7f to
0b2d2ca
Compare
Qodana for .NETIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
0b2d2ca to
74ad235
Compare
Co-authored-by: Dennis Doomen <dennis.doomen@avivasolutions.nl>
74ad235 to
abcbaa0
Compare
|
@dennisdoomen Is everything alright with Jonas, or is he that much occupied? 🤔 |
@IT-VBFK |
HaveElementWithValue(string expectedName, string expectedValue)- The element exists and has a particular valueXElementAssertionsXDocumentAssertionsNotHaveElement(string unexpectedName)- The element does not existXElementAssertionsXDocumentAssertionsNotHaveElementWithValue(string unexpectedName, string unexpectedValue)- The element either does not exist or doesn't have the particular valueXElementAssertionsXDocumentAssertionsHaveAttribute(string expectedName)- The attribute exists and can have any valueHaveAttributeWithValue(string expectedName, string expectedValue)- The attribute exists and has a particular valueNotHaveAttribute(string unexpectedName)- The attribute does not existNotHaveAttributeWithValue(string unexpectedName, string unexpectedValue)- The attribute either does not exist or doesn't have the particular valueCloses: #2589
Supersedes: #2588
IMPORTANT
./build.sh --target spellcheckor.\build.ps1 --target spellcheckbefore pushing and check the good outcome