rx.marble.ISetupTest 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 java.util.Map;
public interface ISetupTest {
void toBe(String marble,
Map values,
Exception errorValue);
void toBe(String marble,
Map values);
void toBe(String marble);
}