/** * Copyright 2011 Intuit Inc. All Rights Reserved */ package com.intuit.tank.test; /* * #%L * Intuit Tank Test support * %% * Copyright (C) 2011 - 2015 Intuit Inc. * %% * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * #L% */ /** * TestGroups * * @author dangleton * */ public final class TestGroups { public static final String MANUAL = "manual"; public static final String FUNCTIONAL = "functional"; public static final String INTEGRATION = "integration"; public static final String EXPERIMENTAL = "experimental"; }