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

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

package com.greenpepper.call;

/**
 * 

AnyResult class.

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy