Doug Balog

Results 5 issues of Doug Balog

While testing `stringLengthCheck` I accidently referenced `minLength` instead of `minValue` This caused `configTest()` to fail for no apparent reason and took me a really long time to debug because the...

bug

Support connecting to smtp host using SSL and user authentication. See [Sending email java ssltls auth](https://www.geeksforgeeks.org/sending-email-java-ssltls-authentication/) Will require adding some addition options to `EmailConfig`

enhancement

I forgot to add `thresholds` to the `report.json`.

bug

We have quite a few tests. We should make a pass through them a remove any ones that don't improve our code coverage.

@colindean made some good suggestions in #14 around refactoring tests using `traits` (See [comment](/target/data-validator/pull/14#pullrequestreview-253558827)) I tried to create a few new utility functions in #13, but I'd like to see...