dcapwell commented on code in PR #196: URL: https://github.com/apache/cassandra-accord/pull/196#discussion_r2109916146
########## accord-core/src/test/java/accord/utils/Property.java: ########## @@ -736,6 +736,15 @@ default Void run(SystemUnderTest sut) throws Throwable runUnit(sut); return null; } + + default void checkPostconditions(State state, SystemUnderTest sut) throws Throwable {} Review Comment: while writing the docs I found that this method is more likely and would be more verbose than it needs to be... so added this... its dead code, but it is referenced in the doc -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org