Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ReactiveX/RxJava
/ error
Method
error
src/test/java/io/reactivex/rxjava3/maybe/MaybeTest.java:192–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
190
}
191
192
@Test
193
public
void
error() {
194
Maybe.error(
new
TestException())
195
.test()
196
.assertFailure(TestException.
class
);
197
}
198
199
@Test
200
public
void
errorCallable() {
Callers
nothing calls this directly
Calls
3
error
Method · 0.95
test
Method · 0.65
assertFailure
Method · 0.45
Tested by
no test coverage detected