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

com.groupbyinc.common.test.CircleCIParallelTestCase Maven / Gradle / Ivy

There is a newer version: 198
Show newest version
package com.groupbyinc.common.test;

import org.junit.ClassRule;

public abstract class CircleCIParallelTestCase {

  @ClassRule public static final CircleCIParallelRule circleCIParallel = new CircleCIParallelRule();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy