org.jboss.arquillian.persistence.metadata
Class MetadataExtractor
java.lang.Object
org.jboss.arquillian.persistence.metadata.MetadataExtractor
public class MetadataExtractor
- extends Object
|
Constructor Summary |
MetadataExtractor(org.jboss.arquillian.test.spi.TestClass testClass)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataExtractor
public MetadataExtractor(org.jboss.arquillian.test.spi.TestClass testClass)
hasDataAnnotationOn
public boolean hasDataAnnotationOn(Method testMethod)
getDataAnnotationOn
public UsingDataSet getDataAnnotationOn(Method testMethod)
hasTransactionalAnnotationOn
public boolean hasTransactionalAnnotationOn(Method testMethod)
getTransactionalAnnotationOn
public Transactional getTransactionalAnnotationOn(Method testMethod)
hasDataSourceAnnotationOn
public boolean hasDataSourceAnnotationOn(Method testMethod)
getDataSourceAnnotationOn
public DataSource getDataSourceAnnotationOn(Method testMethod)
hasExpectedAnnotationOn
public boolean hasExpectedAnnotationOn(Method testMethod)
getExpectedAnnotationOn
public ShouldMatchDataSet getExpectedAnnotationOn(Method testMethod)
hasPersistenceTestAnnotation
public boolean hasPersistenceTestAnnotation()
getTransactionalAnnotationOnClassLevel
public Transactional getTransactionalAnnotationOnClassLevel()
hasTransactionalAnnotationOnClassLevel
public boolean hasTransactionalAnnotationOnClassLevel()
getExpectedAnnotationOnClassLevel
public ShouldMatchDataSet getExpectedAnnotationOnClassLevel()
hasExpectedAnnotationOnClassLevel
public boolean hasExpectedAnnotationOnClassLevel()
getDataAnnotationOnClassLevel
public UsingDataSet getDataAnnotationOnClassLevel()
hasDataAnnotationOnClassLevel
public boolean hasDataAnnotationOnClassLevel()
getDataSourceAnnotationOnClassLevel
public DataSource getDataSourceAnnotationOnClassLevel()
hasDataSourceAnnotationOnClassLevel
public boolean hasDataSourceAnnotationOnClassLevel()
getJavaClass
public Class<?> getJavaClass()
Copyright © 2011 JBoss by Red Hat. All Rights Reserved.