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

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

There is a newer version: 4.2.4
Show newest version
package com.greenpepper.call;

/**
 * 

ResultIsWrong class.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy