Skip to content

Tags: uber/RIBs

Tags

v0.16.2

Toggle v0.16.2's commit message
Prepare next development version

v0.16.1

Toggle v0.16.1's commit message
Version 0.16.1

v0.16.0

Toggle v0.16.0's commit message
Introduce `TestScope.test(RibCoroutineWorker)` test helper utility.

This helper utility is meant to be used in tests inside `runTest { }` blocks
and should facilitate `RibCoroutineWorker` testing by automatically binding
and unbinding the worker in the scope of the lambda.

```
@test fun test() = runTest {
  test(worker) {
    // Worker is bound. Make assertions
  }
  // Worker is unbound.
}
```

v0.15.4

Toggle v0.15.4's commit message
Version 0.15.4

v0.15.3

Toggle v0.15.3's commit message
Version 0.15.3

v0.15.2

Toggle v0.15.2's commit message
Version 0.15.2

v0.15.1

Toggle v0.15.1's commit message
Version 0.15.1

v0.15.0

Toggle v0.15.0's commit message
Version 0.15.0

v0.14.3

Toggle v0.14.3's commit message
Version 0.14.3

v0.14.2

Toggle v0.14.2's commit message
Version 0.14.2