voddan
12/01/2015, 6:28 PMassertFailsWith
? In the green path the code inside the assertion throws an exception, which is very expensive (on jvm or anywhere else). Why would I care to inline everything else around, when a call invocation is cheaper than throw
?