| Package | Description |
|---|---|
| uk.co.jemos.podam.api |
This package contains PODAM main APIs
|
| Modifier and Type | Class and Description |
|---|---|
class |
RandomDataProviderStrategy
Default implementation of a
DataProviderStrategy |
| Modifier and Type | Method and Description |
|---|---|
AbstractRandomDataProviderStrategy |
AbstractRandomDataProviderStrategy.addExcludedAnnotation(Class<? extends Annotation> annotation)
Adds the specified
Annotation to set of excluded annotations,
if it is not already present. |
<T> AbstractRandomDataProviderStrategy |
AbstractRandomDataProviderStrategy.addSpecific(Class<T> abstractClass,
Class<? extends T> specificClass)
Bind an interface/abstract class to a specific implementation
|
AbstractRandomDataProviderStrategy |
AbstractRandomDataProviderStrategy.removeExcludedAnnotation(Class<? extends Annotation> annotation)
Adds the specified
Annotation from set of excluded annotations. |
<T> AbstractRandomDataProviderStrategy |
AbstractRandomDataProviderStrategy.removeSpecific(Class<T> abstractClass)
Remove binding of an interface/abstract class to a specific
implementation
|
Copyright © 2015. All rights reserved.