StreamlinkFixture
server to provide a way for tests to interact with the StreamlinkStub.
Use of the Fixture assumes that a caplin.services.testing.ConnectionServiceStub is registered as a service on the caplin.core.ServiceRegistry with the alias "caplin.connection-service" as this service will be the one providing us the StreamlinkStub.
Tests may use the StreamlinkFixture
to:
given("streamlink./MYCONTAINER/FX.sendInsertUpdateAtPosition => 0")
...
given(streamlink./MYCONTAINER/FX.sendRemoveUpdateAtPosition = 0")
...
given(streamlink./MYCONTAINER/FX.sendMoveUpdateFromTo = 0,1")
...
Attributes | Name and Description |
---|---|
|
caplin.services.testing.StreamlinkFixture()
Constructs a |
Attributes | Name and Description |
---|---|
|
doGiven
|
|
doWhen
|
Attributes | Name and Description |
---|---|
|
void
canHandleProperty( property)
|
|
void
doThen( property, value)
|
►
caplin.services.testing.StreamlinkFixture()
Constructs a caplin.services.testing.StreamlinkFixture
.
►
doGiven
►
doWhen
►
void
canHandleProperty( property)
property |