Sha256: 4809f4575c17e218417859264c77523188508636dadaffada7c839bd7a424d2a
Contents?: true
Size: 598 Bytes
Versions: 188
Compression:
Stored size: 598 Bytes
Contents
## Hints This is the first exercise with tests that require you to throw an [`Exception`](https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html). `Exception`s are typically thrown to indicate that a program has encountered an unexpected input or state. We use JUnit's [`ExpectedException`](http://junit.org/junit4/javadoc/4.12/org/junit/rules/ExpectedException.html) [rule](https://github.com/junit-team/junit4/wiki/rules) throughout the track to verify that the exceptions you throw are: 1. instances of a specified Java type; 2. (optionally) initialized with a specified message.
Version data entries
188 entries across 188 versions & 1 rubygems