You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One was for the original integration tests, the other was stood up with coroutines (via runTest and Turbine) to do pull based testing of multiple Workflows.
We should pick a path and support it.
Right now launchForTestingFromStart/StateWith... does not support specifying RuntimeConfig as a parameter - it must be done via a System Property and JvmRuntimeConfigTools (usually shuttled there via a gradle property - handy, but not clear).
The text was updated successfully, but these errors were encountered:
One was for the original integration tests, the other was stood up with coroutines (via
runTest
andTurbine
) to do pull based testing of multiple Workflows.We should pick a path and support it.
Right now launchForTestingFromStart/StateWith... does not support specifying
RuntimeConfig
as a parameter - it must be done via a System Property and JvmRuntimeConfigTools (usually shuttled there via a gradle property - handy, but not clear).The text was updated successfully, but these errors were encountered: