FutureTest
extends TestCase
in package
FinalYes
Attributes
- #[CoversClass]
- \OpenTelemetry\SDK\Common\Future\CompletedFuture::class
- #[CoversClass]
- \OpenTelemetry\SDK\Common\Future\ErrorFuture::class
Table of Contents
Methods
- test_future_await() : void
- test_future_await_error() : never
- test_future_catch() : void
- test_future_catch_no_error_is_noop() : void
- test_future_catch_throw_is_rethrown_on_wait() : void
- test_future_map() : void
- test_future_map_error_is_noop() : void
- test_future_map_throw_is_rethrown_on_wait() : void
Methods
test_future_await()
public
test_future_await() : void
test_future_await_error()
public
test_future_await_error() : never
Return values
nevertest_future_catch()
public
test_future_catch() : void
test_future_catch_no_error_is_noop()
public
test_future_catch_no_error_is_noop() : void
test_future_catch_throw_is_rethrown_on_wait()
public
test_future_catch_throw_is_rethrown_on_wait() : void
test_future_map()
public
test_future_map() : void
test_future_map_error_is_noop()
public
test_future_map_error_is_noop() : void
test_future_map_throw_is_rethrown_on_wait()
public
test_future_map_throw_is_rethrown_on_wait() : void