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

com.carrotsearch.ant.tasks.junit4.events.aggregated.TestStatus Maven / Gradle / Ivy

The newest version!
package com.carrotsearch.ant.tasks.junit4.events.aggregated;

public enum TestStatus {
  OK,
  
  IGNORED,
  IGNORED_ASSUMPTION,

  FAILURE,
  ERROR,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy