Manuel Jordan Elera
Manuel Jordan Elera
For example, I have in the OS 4 different Web Browsers - consider that the default defined in the OS is Opera - but for AsciidocFX I want define explicitly...
Huge thanks for this new addition!
For Linux Ubuntu 22:04 - I got the 1.8.4 release ... in the _Settings_ tabs located in the rigth, in what tab is expected to accomplish this configuration? I couldn't...
Thanks for the reply and information
Something I did do realize is that It has by default autosave, it is really dangerous. I mean, it does not have the default behavior that if the file is...
I have read the comments in the other post (about SB), why not work around two branches? One for Hamcrest (Keeping the current available approach) and the other one for...
Hello @sbrannen here for your consideration. Thanks for your understanding
Hello Sam > The Hamcrest and AssertJ APIs are not compatible. So any explicit support for AssertJ would have to be in addition to the existing Hamcrest support. Even when...
@marcphilipp If I am able to do it, yes. But what could be the most adequate scenario to add it as an example? Who was the author of the addition...
I think the best approach is add something like: ``` assertTrue( condition, showErrorMessage()); //1 assertTrue( condition, () -> showErrorMessage()); //2 ``` Where: ``` String showErrorMessage() { System.out.println("condition failed"): return "custom...