I hereby claim:
- I am ruslansennov on github.
- I am ruslansennov (https://keybase.io/ruslansennov) on keybase.
- I have a public key whose fingerprint is ED40 2F03 2EB1 329B 592C 1E57 21B0 9749 B6EC 4D34
To claim this, I am signing this object:
import org.junit.Test; | |
import rx.Single; | |
public class DoOnSuccessTwice { | |
@Test | |
public void ke1() { | |
Single.create(f -> { | |
try { | |
System.out.println("send 42"); |
package example; | |
import io.vertx.ext.unit.junit.VertxUnitRunner; | |
import io.vertx.rxjava.core.RxHelper; | |
import io.vertx.rxjava.core.Vertx; | |
import io.vertx.test.core.VertxTestBase; | |
import org.junit.Before; | |
import org.junit.Test; | |
import org.junit.runner.RunWith; | |
import rx.Notification; |
I hereby claim:
To claim this, I am signing this object: