/* * StreamCruncher: Copyright (c) 2006-2008, Ashwin Jayaprakash. All Rights Reserved. * Contact: ashwin {dot} jayaprakash {at} gmail {dot} com * Web: http://www.StreamCruncher.com * * This file is part of StreamCruncher. * * StreamCruncher is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * StreamCruncher is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with StreamCruncher. If not, see <http://www.gnu.org/licenses/>. */ package streamcruncher.test; /* * Author: Ashwin Jayaprakash Date: Sep 12, 2006 Time: 1:11:06 PM */ public interface TestGroupNames { public static final String SC_INIT_REQUIRED = "sc-init-required"; public static final String SC_TEST = "sc-test"; public static final String SC_TEST_ANTS = "sc-test-ants"; public static final String SC_TEST_DERBY = "sc-test-derby"; public static final String SC_TEST_FIREBIRD = "sc-test-firebird"; public static final String SC_TEST_H2 = "sc-test-h2"; public static final String SC_TEST_MYSQL = "sc-test-mysql"; public static final String SC_TEST_ORACLE = "sc-test-oracle"; public static final String SC_TEST_ORACLETT = "sc-test-oraclett"; public static final String SC_TEST_POINTBASE = "sc-test-pointbase"; public static final String SC_TEST_SOLID = "sc-test-solid"; }