@Deprecated public abstract class AbstractServiceTest extends Object
Extend this class and set the
@PersistenceFileLocation defines the persistence.xml location if it is named something else.
@Daos is a list of @Dao annotations. These define the Dao implementation classes, and an optional application context that contains a list of beans that should be persisted. The list bean should be called "persistList". A sql file that should be loaded can also be defined here with the testSqlFile parameter. This should be a sql file.
@Client requires the name of the service implementation class which should be annotated with the @WebService and have the targetNamespace and serviceName set.
@Client can also take the following additional settings
Example:
public AbstractServiceTest()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.