org.hamcrest.core.IsInstanceOf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit4osgi-bundle Show documentation
Show all versions of junit4osgi-bundle Show documentation
This bundle provides the JUnit library in as an OSGi bundle.
/* 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
© 2015 - 2025 Weber Informatics LLC | Privacy Policy