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
cache (like Guava's Cache). Probably this is the last resort to be free from Guava library dependency. exaple: FaultTolerantCache in robustools https://github.com/frsyuki/robustools
Power assertion for test failures (e.g., show the condition expression and data differences)
Use function return values to record test results. There might be more meaningful usage of function return values (e.g., storing test data to DB, sending metrics to fluentd, etc.)
Asynchronous tests, returning Future type for Scala.js
[ ] Support context.run[A](additional design) to support fine-grained design customization. We can use test(..., design = ...) instead
This ticket is a placeholder for tracking goals for Airframe 2020 development.
Reference: Airframe 19 Milestone: #528
airframe-codec
[ ] PackSupport/UnpackSupport interface to define custom codecAdd PackSupport/UnpakcSupport trait to specify custom codec #511airframe-control
airframe-di
airframe-http
airframe-rpc
@RPC
annotationairframe-http-recorder
airframe-http-widget
airframe-jdbc
airframe-jmx
airframe-launcher
airframe-msgpack
airframe-sql
airframe-http-rx
Type-safe event handlersairframe-http-widget
[ ] virtual domUnnecessary for now as we can embed Rx variables for local DOM updatesairspec
test(..., design) { (d1, d2, ...) => }
airspec: Add test(...) syntax for defining local designs #872[ ] Support context.run[A](additional design) to support fine-grained design customization.We can usetest(..., design = ...)
insteadScala.js 1.0.0
The text was updated successfully, but these errors were encountered: