MCPcopy 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

emptyMethod · 0.95
testMethod · 0.65
assertResultMethod · 0.45

Tested by

no test coverage detected