C:\Users\Malvolio>jshell | Welcome to JShell -- Version 9.0.1 | For an introduction type: /help intro jshell> assert(false) jshell>
How can I get the Java shell to raise an AssertionError when the statement fails?
Run it with the command:
jshell -R -ea
Source: https://habr.com/ru/post/1690557/More articles:Algorithm for generating a numerical matrix with given boundaries - optimizationWhy doesn't the inner box expand to the width of the outer box? - htmlefficient number generator for correlation research - pythonWPF: How to transfer a Unicode character to a share? - c #@Bindable related to method error data binding - androidCSS animation, absolute position exit the screen to the right and return from the left side - cssUsing two different CSS transforms at once - javascriptActions on Google - How do I unlink my account? - oauth-2.0Могу ли я запускать несколько тестов IOS UI Parallel? - iosConstraintLayout: overlapping ImageView on toolbar and setting image height based on width GuideLine - androidAll Articles