org.aludratest.testcase.event.impl
Class DefaultAludraServiceWrapper

java.lang.Object
  extended by org.aludratest.testcase.event.impl.DefaultAludraServiceWrapper
All Implemented Interfaces:
ServiceWrapper

@Component(role=ServiceWrapper.class,
           hint="aludra")
public class DefaultAludraServiceWrapper
extends Object
implements ServiceWrapper


Field Summary
 
Fields inherited from interface org.aludratest.service.ServiceWrapper
ROLE
 
Constructor Summary
DefaultAludraServiceWrapper()
           
 
Method Summary
<T extends AludraService>
T
wrap(T serviceObject, ComponentId<T> serviceId, AludraContext testContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAludraServiceWrapper

public DefaultAludraServiceWrapper()
Method Detail

wrap

public <T extends AludraService> T wrap(T serviceObject,
                                        ComponentId<T> serviceId,
                                        AludraContext testContext)
Specified by:
wrap in interface ServiceWrapper


Copyright © 2015 aludratest.org. All rights reserved.