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

com.greenpepper.call.ResultIsException Maven / Gradle / Ivy

The newest version!
package com.greenpepper.call;

/**
 * 

ResultIsException class.

* * @author oaouattara * @version $Id: $Id */ public class ResultIsException implements ResultMatcher { /** {@inheritDoc} */ public boolean matches(Result result) { return result.isException(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy