io.split.qos.server.failcondition.Broadcast Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qosrunner Show documentation
Show all versions of qosrunner Show documentation
Framework for running JUnit Tests as a Continous Service (QoS)
package io.split.qos.server.failcondition;
/**
* Defines given the failed condition, what the broadcasters should do.
*/
public enum Broadcast {
FIRST,
REBROADCAST,
RECOVERY,
NO
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy