Class ConstructorAssert

java.lang.Object
org.assertj.core.api.AbstractAssert<ConstructorAssert,Constructor<?>>
org.assertj.reflection.ConstructorAssert
All Implemented Interfaces:
org.assertj.core.api.Assert<ConstructorAssert,Constructor<?>>, org.assertj.core.api.Descriptable<ConstructorAssert>, org.assertj.core.api.ExtensionPoints<ConstructorAssert,Constructor<?>>

public class ConstructorAssert extends org.assertj.core.api.AbstractAssert<ConstructorAssert,Constructor<?>>
Assertions for the Constructor type.
  • Field Summary

    Fields inherited from class org.assertj.core.api.AbstractAssert

    actual, info, myself, objects, throwUnsupportedExceptionOnEquals
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Creates a new ConstructorAssert.
  • Method Summary

    Modifier and Type
    Method
    Description
    Verifies that the Constructor is not package-private.
    Verifies that the Constructor is not private.
    Verifies that the Constructor is not protected.
    Verifies that the Constructor is not public.
    Verifies that the Constructor is package-private.
    Verifies that the Constructor is private.
    Verifies that the Constructor is protected.
    Verifies that the Constructor is public.

    Methods inherited from class org.assertj.core.api.AbstractAssert

    asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, doesNotHaveSameHashCodeAs, doesNotHaveToString, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isElementOfCustomAssert, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, setDescriptionConsumer, setPrintAssertionsDescription, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnError

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.assertj.core.api.Descriptable

    as, as, as, describedAs