![JAR search and dependency download from the Maven repository](/logo.png)
rx.marble.ExpectSubscriptionsException 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;
public class ExpectSubscriptionsException extends RuntimeException {
public ExpectSubscriptionsException(String message, String caller) {
super(message + "\n\n from assertion at " + caller + "\n\n----------------------\n");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy