Package org.assertj.core.api
Class SoftAssertionClassAssert
- java.lang.Object
-
- org.assertj.core.api.AbstractAssert<SELF,Class<?>>
-
- org.assertj.core.api.AbstractClassAssert<SoftAssertionClassAssert>
-
- org.assertj.core.api.SoftAssertionClassAssert
-
- All Implemented Interfaces:
Assert<SoftAssertionClassAssert,Class<?>>
,Descriptable<SoftAssertionClassAssert>
,ExtensionPoints<SoftAssertionClassAssert,Class<?>>
public class SoftAssertionClassAssert extends AbstractClassAssert<SoftAssertionClassAssert>
Concrete assertions forClass
s without any final methods to allow proxying.
-
-
Field Summary
-
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself
-
-
Constructor Summary
Constructors Constructor Description SoftAssertionClassAssert(Class<?> actual)
-
Method Summary
-
Methods inherited from class org.assertj.core.api.AbstractClassAssert
hasAnnotation, hasAnnotations, hasDeclaredFields, hasDeclaredMethods, hasFields, hasMethods, hasOnlyDeclaredFields, hasOnlyPublicFields, hasPublicFields, hasPublicMethods, isAnnotation, isAssignableFrom, isFinal, isInterface, isNotAnnotation, isNotFinal, isNotInterface, isProtected, isPublic
-
Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
-
-
-
-
Constructor Detail
-
SoftAssertionClassAssert
public SoftAssertionClassAssert(Class<?> actual)
-
-