spring-framework / org.springframework.test.context.junit4.statements / ProfileValueChecker / <init>

<init>

ProfileValueChecker(next: Statement, testClass: Class<*>, @Nullable testMethod: Method)

Construct a new ProfileValueChecker statement.

Parameters

next - the next Statement in the execution chain; never null

testClass - the test class to check; never null

testMethod - the test method to check; may be null if this ProfileValueChecker is being applied at the class level