public interface BeanProvider
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getBeanByType(Class<T> beanClass)
Load the specified bean from the test-domain project configured appropriately for annotation testing
|
<T> T getBeanByType(Class<T> beanClass)
T - bean typebeanClass - the bean classCopyright © 2019. All rights reserved.