+ * This will look for a constructor with no formal parameters.
+ */
+ @Test
+ public void ensureFullCoverageForDefaultConstructor() throws Exception {
+
+ Constructor
+ * This will look for a constructor with a single formal parameter of type {@code String}.
+ */
+ @Test
+ public void ensureFullCoverageForStandardConstructorWithMessage() throws Exception {
+
+ Constructor
+ * This will look for a constructor with a two formal parameter of type {@code String} and {@code Throwable}.
+ */
+ @Test
+ public void ensureFullCoverageForStandardConstructorWithMessageAndCause() throws Exception {
+
+ Constructor
+ * This will look for a constructor with a single formal parameter of type {@code Throwable}.
+ */
+ @Test
+ public void ensureFullCoverageForStandardConstructorWithCause() throws Exception {
+
+ Constructor