Merge pull request #171 from ClaytonWWilson/test-new-lambdas

Test new lambdas
This commit is contained in:
Adam Ding
2020-12-04 12:26:04 -05:00
committed by GitHub
12 changed files with 74 additions and 26 deletions

View File

@@ -38,6 +38,9 @@ public class TestListReposition {
} catch (SQLException throwables) {
assert shouldThrow;
throwables.printStackTrace();
} catch (IllegalArgumentException throwables) {
assert !shouldThrow;
throwables.printStackTrace();
}
}
}