
stream.service.AssertionService Maven / Gradle / Ivy
The newest version!
/**
*
*/
package stream.service;
/**
* @author chris
*
*/
public interface AssertionService extends Service {
public Long getAssertions();
public Long getAssertionErrors();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy