org.jboss.arquillian.persistence.metadata
Class DataSetProvider
java.lang.Object
org.jboss.arquillian.persistence.metadata.DataSetProvider
public class DataSetProvider
- extends Object
- Author:
- Bartosz Majsak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSetProvider
public DataSetProvider(MetadataExtractor metadataExtractor,
PersistenceConfiguration configuration)
getDataSetDescriptors
public Set<DataSetDescriptor> getDataSetDescriptors(org.jboss.arquillian.test.spi.TestClass testClass)
- Returns all data sets defined for this test class
including those defined on the test method level.
- Parameters:
testClass -
- Returns:
getExpectedDataSetDescriptors
public Set<DataSetDescriptor> getExpectedDataSetDescriptors(org.jboss.arquillian.test.spi.TestClass testClass)
- Returns all expected data sets defined for this test class
including those defined on the test method level.
- Parameters:
testClass -
- Returns:
getDataSetDescriptors
public List<DataSetDescriptor> getDataSetDescriptors(Method testMethod)
getExpectedDataSetDescriptors
public List<DataSetDescriptor> getExpectedDataSetDescriptors(Method testMethod)
Copyright © 2011 JBoss by Red Hat. All Rights Reserved.