From a892446eec0d474bfc8337701a8bf969c9b2fa64 Mon Sep 17 00:00:00 2001 From: shailesh Date: Fri, 10 Nov 2017 19:17:35 +0530 Subject: [PATCH] Testcases Add --- .idea/libraries/contentstack_java.xml | 9 +++++++++ .idea/libraries/test_lib.xml | 10 ++++++++++ .idea/misc.xml | 24 ++++++++++++++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ Contentstack-java.iml | 13 +++++++++++++ 6 files changed, 70 insertions(+) create mode 100644 .idea/libraries/contentstack_java.xml create mode 100644 .idea/libraries/test_lib.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 Contentstack-java.iml diff --git a/.idea/libraries/contentstack_java.xml b/.idea/libraries/contentstack_java.xml new file mode 100644 index 00000000..9bdd23c2 --- /dev/null +++ b/.idea/libraries/contentstack_java.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/test_lib.xml b/.idea/libraries/test_lib.xml new file mode 100644 index 00000000..4ee8dc4e --- /dev/null +++ b/.idea/libraries/test_lib.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..0c3a642b --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,24 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..be0b6504 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Contentstack-java.iml b/Contentstack-java.iml new file mode 100644 index 00000000..99e88c7d --- /dev/null +++ b/Contentstack-java.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file