#hectorMcSpectorI would like some advice on how best to make assertions.
#hectorMcSpectorRight now, our test logic takes a few forms... 1) comparison of entire extracted statements, 2) comparison of statement constituents, and 3) comparison of the number of extracted statements.
#hectorMcSpectorI get the fact that the test suite provides both sample HTML snippets and corresponding JSON identifying the extracted Microformats.
#hectorMcSpectorIs the best way just to work through each test manually and derive the result type(s) and propert(ies) manually?
#hectorMcSpectorAny guidance would be very much appreciated.
#hectorMcSpectorBTW, the Any23 codebase can be found over at http://any23.apache.org for anyone interested.
[kevinmarks] joined the channel
#KartikPrabhuhectorMcSpector: what do you mean by "derive the result type(s) and propert(ies) manually?"
hober joined the channel
#KartikPrabhuI think the intention of the test suite is so that the HTML and the JSON to be compared are both given
#hectorMcSpectorWhat I mean is that the format of the JSON results is not something which I can currently compare very easily given the output format Any23 currently writes to.