com.devonfw.cobigen.test.matchers.MatcherToMatcher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-test Show documentation
Show all versions of core-test Show documentation
A Code-based incremental Generator
package com.devonfw.cobigen.test.matchers;
import org.hamcrest.BaseMatcher;
import org.hamcrest.Description;
import org.hamcrest.Matcher;
import com.devonfw.cobigen.api.to.MatcherTo;
/**
* Hamcrest Matcher for {@link MatcherTo}s
* @author mbrunnli (13.10.2014)
*/
public class MatcherToMatcher extends BaseMatcher {
/**
* The matchers type to be matched
*/
private Matcher type;
/**
* The value to match against to be matched
*/
private Matcher value;
/**
* The target object to be matched to be matched
*/
private Matcher