All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.agroal.test.AgroalTestGroup Maven / Gradle / Ivy

There is a newer version: 2.5
Show newest version
// 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() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy