You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2017/10/01 21:50:34 UTC

incubator-tamaya-extensions git commit: [TAMAYA-291] Added empty test classes. Tests will be added later.

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master 22c0faaf9 -> f7df97aee


[TAMAYA-291] Added empty test classes. Tests will be added later.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/f7df97ae
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/f7df97ae
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/f7df97ae

Branch: refs/heads/master
Commit: f7df97aeecf6f318813f64d533f00f45d4efd777
Parents: 22c0faa
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sun Oct 1 23:50:28 2017 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sun Oct 1 23:50:28 2017 +0200

----------------------------------------------------------------------
 .../tamaya/cdi/CDIConfiguredFieldTest.java      | 21 ++++++++++++++++++++
 .../tamaya/cdi/ConfigurationExtensionTest.java  | 21 ++++++++++++++++++++
 .../tamaya/cdi/DefaultDynamicValueTest.java     | 21 ++++++++++++++++++++
 .../cdi/ServiceLoaderServiceContextTest.java    | 21 ++++++++++++++++++++
 .../tamaya/cdi/TamayaCDIAccessorTest.java       | 21 ++++++++++++++++++++
 .../cdi/TamayaCDIInjectionExtensionTest.java    | 21 ++++++++++++++++++++
 .../cdi/TamayaSEInjectionExtensionTest.java     | 21 ++++++++++++++++++++
 7 files changed, 147 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/f7df97ae/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/CDIConfiguredFieldTest.java
----------------------------------------------------------------------
diff --git a/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/CDIConfiguredFieldTest.java b/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/CDIConfiguredFieldTest.java
new file mode 100644
index 0000000..0250ed5
--- /dev/null
+++ b/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/CDIConfiguredFieldTest.java
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.apache.tamaya.cdi;
+
+public class CDIConfiguredFieldTest {
+
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/f7df97ae/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/ConfigurationExtensionTest.java
----------------------------------------------------------------------
diff --git a/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/ConfigurationExtensionTest.java b/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/ConfigurationExtensionTest.java
new file mode 100644
index 0000000..c460a6c
--- /dev/null
+++ b/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/ConfigurationExtensionTest.java
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.apache.tamaya.cdi;
+
+public class ConfigurationExtensionTest {
+
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/f7df97ae/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/DefaultDynamicValueTest.java
----------------------------------------------------------------------
diff --git a/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/DefaultDynamicValueTest.java b/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/DefaultDynamicValueTest.java
new file mode 100644
index 0000000..de0ee3f
--- /dev/null
+++ b/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/DefaultDynamicValueTest.java
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.apache.tamaya.cdi;
+
+public class DefaultDynamicValueTest {
+
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/f7df97ae/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/ServiceLoaderServiceContextTest.java
----------------------------------------------------------------------
diff --git a/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/ServiceLoaderServiceContextTest.java b/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/ServiceLoaderServiceContextTest.java
new file mode 100644
index 0000000..70fc36f
--- /dev/null
+++ b/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/ServiceLoaderServiceContextTest.java
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.apache.tamaya.cdi;
+
+public class ServiceLoaderServiceContextTest {
+
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/f7df97ae/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/TamayaCDIAccessorTest.java
----------------------------------------------------------------------
diff --git a/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/TamayaCDIAccessorTest.java b/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/TamayaCDIAccessorTest.java
new file mode 100644
index 0000000..3b645ee
--- /dev/null
+++ b/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/TamayaCDIAccessorTest.java
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.apache.tamaya.cdi;
+
+public class TamayaCDIAccessorTest {
+
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/f7df97ae/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/TamayaCDIInjectionExtensionTest.java
----------------------------------------------------------------------
diff --git a/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/TamayaCDIInjectionExtensionTest.java b/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/TamayaCDIInjectionExtensionTest.java
new file mode 100644
index 0000000..e11b57e
--- /dev/null
+++ b/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/TamayaCDIInjectionExtensionTest.java
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.apache.tamaya.cdi;
+
+public class TamayaCDIInjectionExtensionTest {
+
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/f7df97ae/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/TamayaSEInjectionExtensionTest.java
----------------------------------------------------------------------
diff --git a/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/TamayaSEInjectionExtensionTest.java b/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/TamayaSEInjectionExtensionTest.java
new file mode 100644
index 0000000..afe4b90
--- /dev/null
+++ b/modules/injection/cdi/src/test/java/org/apache/tamaya/cdi/TamayaSEInjectionExtensionTest.java
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.apache.tamaya.cdi;
+
+public class TamayaSEInjectionExtensionTest {
+
+}
\ No newline at end of file