com.adaptavist.tm4j.junit.customformat.CustomFormatConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tm4j-junit-integration Show documentation
Show all versions of tm4j-junit-integration Show documentation
JUnit utility to integrate JUnit tests with Test Management for Jira.
The newest version!
package com.adaptavist.tm4j.junit.customformat;
public class CustomFormatConstants {
public static final String FAILED = "Failed";
public static final String PASSED = "Passed";
}