org.springframework.cloud.contract.verifier.builder.Visitor
should be used
instead.
Defines elements characteristic of a given test framework to be used during test class
construction.@Deprecated public interface TestFrameworkDefinition
Modifier and Type | Method and Description |
---|---|
String |
getClassExtension()
Deprecated.
|
String |
getClassNameSuffix()
Deprecated.
|
String |
getIgnoreAnnotation()
Deprecated.
|
String |
getIgnoreClass()
Deprecated.
|
String getClassExtension()
.java
String getClassNameSuffix()
Test
String getIgnoreClass()
org.junit.Ignore
String getIgnoreAnnotation()
@Ignore
Copyright © 2016–2021 Spring. All rights reserved.