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

io.stargate.it.TestOrder Maven / Gradle / Ivy

There is a newer version: 2.1.0-BETA-16
Show newest version
package io.stargate.it;

/**
 * Simple constants for the integration test order, due to the fact that the
 * org.junit.jupiter.api.{@link org.junit.jupiter.api.ClassOrderer.OrderAnnotation} is active by
 * default in this suite.
 */
public final class TestOrder {

  // basic
  public static final int FIRST = Integer.MIN_VALUE;
  public static final int LAST = Integer.MAX_VALUE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy