
com.slickqa.client.apiparts.ResultQueryApi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of slickqa-java-client Show documentation
Show all versions of slickqa-java-client Show documentation
Java client api for the slick test management tool.
The newest version!
package com.slickqa.client.apiparts;
import com.slickqa.client.errors.SlickError;
import com.slickqa.client.model.Result;
/**
* The Result Query Api adds one method to the QueryAndCreateApi: count()
*
* Created by jcorbett on 4/14/14.
*/
public interface ResultQueryApi extends QueryAndCreateApi {
/**
* Count the number of results queried.
* @return The number of results in the query.
* @throws com.slickqa.client.errors.SlickError if there was a problem with communicating with the server
*/
public int count() throws SlickError;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy