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