All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rx.marble.ISetupTest Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
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);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy