This is an automated email from the ASF dual-hosted git repository.
jchen21 pushed a change to branch feature/GEODE-6459
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 27af405 Fix CreateMappingPreConditionCheckFunctionTest
add 2e76e02 Add DUnit test
add f1b2f69 Add unit tests
No new revisions were added by this update.
Summary of changes:
.../cli/CreateMappingCommandDUnitTest.java | 38 ++++++++
.../jdbc/internal/cli/CreateMappingCommand.java | 18 +++-
.../cli/CreateMappingCommandInterceptorTest.java | 104 +++++++++++++++++++++
.../internal/cli/CreateMappingCommandTest.java | 70 ++++++++++++++
4 files changed, 228 insertions(+), 2 deletions(-)
create mode 100644
geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/internal/cli/CreateMappingCommandInterceptorTest.java