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 |
|---|---|
boolean |
annotationLevelRules()
Deprecated.
|
String |
getClassExtension()
Deprecated.
|
String |
getClassModifier()
Deprecated.
|
String |
getClassNameSuffix()
Deprecated.
|
String |
getIgnoreAnnotation()
Deprecated.
|
String |
getIgnoreClass()
Deprecated.
|
String |
getLineSuffix()
Deprecated.
|
String |
getMethodModifier()
Deprecated.
|
String |
getOrderAnnotation()
Deprecated.
|
List<String> |
getOrderAnnotationImports()
Deprecated.
|
String |
getRuleAnnotation(String annotationValue)
Deprecated.
|
String getClassModifier()
publicString getMethodModifier()
public voidString getLineSuffix()
;String getClassExtension()
.javaString getClassNameSuffix()
TestString getIgnoreClass()
org.junit.IgnoreList<String> getOrderAnnotationImports()
'org.junit.FixMethodOrder',
'org.junit.runners.MethodSorters'String getOrderAnnotation()
@FixMethodOrder(MethodSorters.NAME_ASCENDING)String getIgnoreAnnotation()
@Ignoreboolean annotationLevelRules()
trueCopyright © 2016–2019 Spring. All rights reserved.