org.hamcrest.core.IsInstanceOf Maven / Gradle / Ivy
/* Copyright (c) 2000-2006 hamcrest.org
*/
package org.hamcrest.core;
import org.hamcrest.Description;
import org.hamcrest.Matcher;
import org.hamcrest.Factory;
import org.hamcrest.BaseMatcher;
/**
* Tests whether the value is an instance of a class.
*/
public class IsInstanceOf extends BaseMatcher