Is there a way to get more info from assert match in NodesTestCase?
Hi Forum,
When I run a test with an assert match, the test fails with: The nodes '[testNode]' and '[testNode]' do not match!
There are no further hints in the testrun messages. Is there a way to get more information? I'd like to know in which way the nodes don't match. Or maybe I'm doing this all wrong and someone has a tip on how to properly compare nodes with reference nodes in a NodesTestCase?
Thanks a lot in advance!
Best regards,
Eugen
Please sign in to leave a comment.
Is there no one who knows about the assert statements in NodesTestCase? The MPS documentation doesn't say anything about them. The examples on https://confluence.jetbrains.com/display/MPSD32/Testing+languages are only very simple atomic comparisons, without assert constructions.