Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi/pull/38#discussion_r80093282
--- Diff:
minifi-toolkit/minifi-toolkit-configuration/src/test/java/org/apache/nifi/minifi/toolkit/configuration/ConfigMainTest.java
---
@@ -173,6 +174,46 @@ public void
testTransformRoundTripStressTestFramework() throws IOException, JAXB
transformRoundTrip("StressTestFramework");
}
+ @Test
--- End diff --
if anticipating a exception, should likely use the @Test(expected = ) in
lieu of the try-catch
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---