Class WebDriverScope
java.lang.Object
org.springframework.boot.webmvc.test.autoconfigure.WebDriverScope
- All Implemented Interfaces:
- Scope
A special scope used for 
WebDriver beans. Usually registered by a
WebDriverContextCustomizerFactory and reset by a
WebDriverTestExecutionListener.- Since:
- 4.0.0
- Author:
- Phillip Webb
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionget(String name, ObjectFactory<?> objectFactory) @Nullable StringvoidregisterDestructionCallback(String name, Runnable callback) @Nullable Object
- 
Field Details- 
NAME
 
- 
- 
Constructor Details- 
WebDriverScopepublic WebDriverScope()
 
- 
- 
Method Details- 
get
- 
remove
- 
registerDestructionCallback- Specified by:
- registerDestructionCallbackin interface- Scope
 
- 
resolveContextualObject- Specified by:
- resolveContextualObjectin interface- Scope
 
- 
getConversationId- Specified by:
- getConversationIdin interface- Scope
 
 
-