Uses of Interface
com.sportradar.livedata.sdk.feed.common.TestManager
Packages that use TestManager
Package
Description
This package should only contain classes associated with IOC container used to build the dependency tree.
Contains interfaces that are the same for multiple feeds
Contains Live Scout related interfaces
- 
Uses of TestManager in com.sportradar.livedata.sdk.diMethods in com.sportradar.livedata.sdk.di that return TestManagerModifier and TypeMethodDescriptionprotected TestManagerLiveScoutInjectionModule.provideTestManager(Protocol<IncomingMessage, OutgoingMessage> protocol) Methods in com.sportradar.livedata.sdk.di with parameters of type TestManagerModifier and TypeMethodDescriptionprotected LiveScoutUserRequestManagerImplLiveScoutInjectionModule.provideUserRequestManager(LiveScoutOutgoingMessageFactory factory, TestManager testManager) 
- 
Uses of TestManager in com.sportradar.livedata.sdk.feed.common.interfacesMethods in com.sportradar.livedata.sdk.feed.common.interfaces that return TestManagerModifier and TypeMethodDescriptionUserRequestManager.getTestManager()When connected to the test server you can obtain a manager to manipulate it.
- 
Uses of TestManager in com.sportradar.livedata.sdk.feed.livescout.classesClasses in com.sportradar.livedata.sdk.feed.livescout.classes that implement TestManagerModifier and TypeClassDescriptionclassRepresents a class used to drive the LiveScout test serverMethods in com.sportradar.livedata.sdk.feed.livescout.classes that return TestManagerModifier and TypeMethodDescriptionLiveScoutFeedImpl.getTestManager()When connected to the test server you can obtain a manager to manipulate it.LiveScoutUserRequestManagerImpl.getTestManager()When connected to the test server you can obtain a manager to manipulate it.Constructors in com.sportradar.livedata.sdk.feed.livescout.classes with parameters of type TestManagerModifierConstructorDescriptionLiveScoutUserRequestManagerImpl(int index, LiveScoutOutgoingMessageFactory requestFactory, org.joda.time.Duration maxAge, TestManager testManager) Initializes a new instance of theLiveScoutUserRequestManagerImplclass.
- 
Uses of TestManager in com.sportradar.livedata.sdk.feed.livescout.interfacesSubinterfaces of TestManager in com.sportradar.livedata.sdk.feed.livescout.interfacesModifier and TypeInterfaceDescriptioninterfaceRepresents an interface used to drive the LiveScout test server