Matching algorithm is:
--
You received this message because you are subscribed to the Google Groups "concordion-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concordion-de...@googlegroups.com.
To post to this group, send email to concord...@googlegroups.com.
Visit this group at http://groups.google.com/group/concordion-dev.
To view this discussion on the web, visit https://groups.google.com/d/msgid/concordion-dev/d025c7b1-d303-4fdd-83ce-f4e77bc9282a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web, visit https://groups.google.com/d/msgid/concordion-dev/55D9AF7D.8020808%40gmail.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/concordion-dev/5287e9da-7ebf-43be-90dc-f856e8124205%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/concordion-dev/55E20A38.7050508%40gmail.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/concordion-dev/55ED5B66.6010203%40gmail.com.
Forwarding message to Tim and concordion-dev
Hello all,
Thanks for the reviewing. I will be able to fix that today in the evening, hope that can be merged soon.
As for the VerifyRowsStrategy.java i would like to avoid using getters and setters as this makes fields not final so that you are able to call verify() on uninitialized properly object. I would totally agree that we need getters and setters on entites/dtos/dataclasses but I would like to use constructor initialization for service or component classes.
Specifications
I went with assertEquals initially but I faced html formatting issue. Is there way to call assertEquals(#expected, #actual) in html and is it going to print difference in html? Anyway, I'll try to improve that as well.
Target Release
Generally, I would like to release earlier so that people may start to use new feature, but final decision should be made by project owners :).
P.S.Before releasing I would like to update one more thing. Recently I have noticed that I am not able to use <span assertEquals="someMethod('arg')">hello</span> in my spec even if it is valid OGNL expression. After converting previous to <span set="#key">arg</span> <span assertEquals="someMethod(#key)">hello</span> everything worked. I would like to rise separate PR targeting same release for that during the weekend.
Cheers,Євген
Hello All,
As for the OGNL expressions i will start new topic on google groups from home. That is separate topic related to SimpleEvaluator class.
Regards
Specifications
I went with assertEquals initially but I faced html formatting issue. Is there way to call assertEquals(#expected, #actual) in html and is it going to print difference in html? Anyway, I'll try to improve that as well.
--
You received this message because you are subscribed to the Google Groups "concordion-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concordion-de...@googlegroups.com.
To post to this group, send email to concord...@googlegroups.com.
Visit this group at http://groups.google.com/group/concordion-dev.
To view this discussion on the web, visit https://groups.google.com/d/msgid/concordion-dev/CAOYmAgxwJk44uaY9a5sHhsoxfDJyLxV-gLqSnjkqoqYMVQyphw%40mail.gmail.com.
Target release
Probably it should be 2.0 (or 1.6?) as I am using newer api like getParameters from CommandCall and introducing new command looks like major change (Please correct me if I am wrong)
Assert equals and html formatting
I have updated tests to do assertEquals over html without cleaning formatting in background. As the result I had to copy generated formatting to expected of the tests, unfortunately sometimes it is hard to read.
Naming
I am still thinking about verificationStrategy name as the strategy classes not only determine matching between expected and actual rows but also do verification via verify() method. Anyway as for the user perspective of view it is indeed looks more like matching so renaming is done.

