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()
public
String getMethodModifier()
public void
String getLineSuffix()
;
String getClassExtension()
.java
String getClassNameSuffix()
Test
String getIgnoreClass()
org.junit.Ignore
List<String> getOrderAnnotationImports()
'org.junit.FixMethodOrder'
,
'org.junit.runners.MethodSorters'
String getOrderAnnotation()
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
String getIgnoreAnnotation()
@Ignore
boolean annotationLevelRules()
true
Copyright © 2016–2021 Spring. All rights reserved.