rx.marble.TestableObservable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marbletest4j Show documentation
Show all versions of marbletest4j Show documentation
Java port of RxJS marble tests
package rx.marble;
import rx.Notification;
import java.util.List;
interface TestableObservable {
List getSubscriptions();
List>> getMessages();
}