Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ReactiveX/RxJava
/ empty
Method
empty
src/test/java/io/reactivex/rxjava3/maybe/MaybeTest.java:175–180 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
173
}
174
175
@Test
176
public
void
empty() {
177
Maybe.empty()
178
.test()
179
.assertResult();
180
}
181
182
@Test
183
public
void
never() {
Callers
nothing calls this directly
Calls
3
empty
Method · 0.95
test
Method · 0.65
assertResult
Method · 0.45
Tested by
no test coverage detected