This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Jan Ouwens
jqno.nl
did:plc:wb7h5xsl45rgznj5ackbh2rb
Thanks! I have a small one.
Trying to replace assertAll with SoftAssertions, I have a few tests where it's a list of void assertSomething()'s that throw AssertionError if they fail. It feels overkill to wrap them all in assertThatThrownBy() or to rewrite the entire structure. What do you recommend?
https://github.com/jqno/equalsverifier/blob/77ebac810977b7dc05de13bb1d1e075e440fb27d/equalsverifier-release-verify/src/test/java/nl/jqno/equalsverifier/verify_release/pom/MainPomTest.java#L35
2024-12-20T07:43:17.847Z