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

rx.marble.SetupTestSupport Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package rx.marble;


import java.util.Map;

public abstract class SetupTestSupport implements ISetupTest {

    public void toBe(String marble,
              Map values) {

        toBe(marble, values, null);
    }

    public void toBe(String marble) {
        toBe(marble, null);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy