MCPcopy 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

errorMethod · 0.95
testMethod · 0.65
assertFailureMethod · 0.45

Tested by

no test coverage detected