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:44:42 UTC

[geode] branch develop updated: GEODE-4782: Add category annotation for Gfsh tests (#1630)

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 6e2a754  GEODE-4782: Add category annotation for Gfsh tests (#1630)
6e2a754 is described below

commit 6e2a7540190f281b95ad0bfe5bc0db4ec00c2bbd
Author: Kenneth Howe <kh...@pivotal.io>
AuthorDate: Fri Mar 16 15:44:39 2018 -0700

    GEODE-4782: Add category annotation for Gfsh tests (#1630)
---
 .../geode/test/junit/categories/GfshTest.java       | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/geode-junit/src/main/java/org/apache/geode/test/junit/categories/GfshTest.java b/geode-junit/src/main/java/org/apache/geode/test/junit/categories/GfshTest.java
new file mode 100644
index 0000000..8a4d279
--- /dev/null
+++ b/geode-junit/src/main/java/org/apache/geode/test/junit/categories/GfshTest.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 Gfsh test
+ */
+public interface GfshTest {
+}

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