org.hamcrest.core.IsInstanceOf Maven / Gradle / Ivy
/* Copyright (c) 2000-2006 hamcrest.org
*/
package org.hamcrest.core;
import org.hamcrest.Description;
import org.hamcrest.DiagnosingMatcher;
import org.hamcrest.Factory;
import org.hamcrest.Matcher;
/**
* Tests whether the value is an instance of a class.
* Classes of basic types will be converted to the relevant "Object" classes
*/
public class IsInstanceOf extends DiagnosingMatcher