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

uk.camsw.rxjava.test.dsl.given.IGiven Maven / Gradle / Ivy

The newest version!
package uk.camsw.rxjava.test.dsl.given;

import rx.functions.Func1;
import uk.camsw.rxjava.test.dsl.when.IWhen;

import java.time.Duration;
import java.time.temporal.TemporalUnit;

public interface IGiven {

    GIVEN errorsAreHandled();

    GIVEN theRenderer(Func1 renderer);

    GIVEN asyncTimeoutOf(long timeout, TemporalUnit unit);

    GIVEN asyncTimeoutOf(Duration duration);

    WHEN when();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy