You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kh...@apache.org on 2018/03/16 22:45:14 UTC

[geode] branch develop updated: GEODE-4783: Add categor annotation for Management tests (#1629)

This is an automated email from the ASF dual-hosted git repository.

khowe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7402122  GEODE-4783: Add categor annotation for Management tests (#1629)
7402122 is described below

commit 740212207d377abef7537d30ee557473c3de08b8
Author: Kenneth Howe <kh...@pivotal.io>
AuthorDate: Fri Mar 16 15:45:11 2018 -0700

    GEODE-4783: Add categor annotation for Management tests (#1629)
---
 .../geode/test/junit/categories/ManagementTest.java | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/geode-junit/src/main/java/org/apache/geode/test/junit/categories/ManagementTest.java b/geode-junit/src/main/java/org/apache/geode/test/junit/categories/ManagementTest.java
new file mode 100644
index 0000000..cf1e041
--- /dev/null
+++ b/geode-junit/src/main/java/org/apache/geode/test/junit/categories/ManagementTest.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.geode.test.junit.categories;
+
+/**
+ * Test Category that specifies a test of Geode management components.
+ */
+public interface ManagementTest {
+}

-- 
To stop receiving notification emails like this one, please contact
khowe@apache.org.