Joshua Gleitze
Joshua Gleitze
In #714, we found that it makes sense to talk about ‘expectations’ instead of ‘assertions’. Hence, we want to refactor the whole code base to reflect that naming.
This project’s build logic is, to put it mildly, involved. I think it could be improved upon. I have two major criticisms: * The build logic relies a lot on...
*Platform* (jvm, jdk8, js, android): jvm Inspired by #151: ## Code related feature ``` expect(someObject).toBe(anotherObject) ``` Assuming that both are plain classes and have not overridden `equals`, we could report...
*Platform* (all, jvm, js): all *Extension* (none, kotlin 1.3): none ## Code related feature ``` expect { checkNotNull(value) }.notToThrow { toBe("foo") } ``` **Is your feature request related to a...
*Affected Version*: 0.13.0 *API* (fluent-en_GB, infix-en_GB): fluent-en_GB *Platform* (jvm, js): jvm *Extension* (none, kotlin 1.3): jvm ## How to reproduce the problem Consider the following code snippets: #### 1 ```kotlin...
## Code related feature ```kotlin /** * […] * Kind of a shortcut for `and { key { this toBe key }; value { this toBe value } }` where...
Use case: We would like to add some logic that runs on shutdown, but _before_ the web server is shut down. To do so, we want to implement a `SmartLifecycle`...
## Expected Behavior When a `#publish`ed source completes while no one is subscribed, at least the first Subscriber to subscribe afterwards directly receives `onComplete`. ## Actual Behavior The subscriber receives...
Upgrading to v2.0.16 leads to the error message below in Gradle when running in Java 8. Since v2.0.15 worked fine with Java 8, I think that this is a regression...
### Icon Request - Postman - REST Client - `postman` https://www.getpostman.com/ 