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

ru.yandex.qatools.camelot.test.AggregatorStateStorage Maven / Gradle / Ivy

The newest version!
package ru.yandex.qatools.camelot.test;

import java.util.Set;

/**
 * @author Ilya Sadykov (mailto: [email protected])
 */
public interface AggregatorStateStorage {
     T getActual(String key);

     T get(Class stateClass, String key);

    Set keys();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy