io.github.davidebocca.util.unit.test.rules.utils.RuleIdEnum Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unit-test Show documentation
Show all versions of unit-test Show documentation
Simple library to help developments of util tests
/**
*
*/
package io.github.davidebocca.util.unit.test.rules.utils;
/**
* @author cr10248
*
*/
public enum RuleIdEnum {
POJO, UTIL_CLASS, VERTX, SPRING_BOOT, CLASS;
}