Class ProfileValueChecker

java.lang.Object
org.junit.runners.model.Statement
org.springframework.test.context.junit4.statements.ProfileValueChecker

public class ProfileValueChecker extends Statement
ProfileValueChecker is a custom JUnit Statement that checks whether a test class or test method is enabled in the current environment via Spring's @IfProfileValue annotation.
Since:
4.2
Author:
Sam Brannen, Philippe Marschall
See Also: