io.agroal.test.AgroalTestGroup Maven / Gradle / Ivy
// Copyright (C) 2017 Red Hat, Inc. and individual contributors as indicated by the @author tags.
// You may not use this file except in compliance with the Apache License, Version 2.0.
package io.agroal.test;
/**
* @author Luis Barreiro
*/
public class AgroalTestGroup {
public static final String FUNCTIONAL = "functional";
public static final String TRANSACTION = "transaction";
public static final String CONCURRENCY = "concurrency";
private AgroalTestGroup() {
}
}