Package com.google.common.truth
Class PrimitiveCharArraySubject
java.lang.Object
com.google.common.truth.Subject<AbstractArraySubject<PrimitiveCharArraySubject,char[]>,char[]>
com.google.common.truth.AbstractArraySubject<PrimitiveCharArraySubject,char[]>
com.google.common.truth.PrimitiveCharArraySubject
public class PrimitiveCharArraySubject
extends AbstractArraySubject<PrimitiveCharArraySubject,char[]>
A Subject to handle testing propositions for
char[].-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.truth.Subject
Subject.HasField -
Field Summary
Fields inherited from class com.google.common.truth.Subject
failureStrategy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasList()voidA proposition that the provided Object[] is an array of the same length and type, and contains elements such that each element inexpectedis equal to each element in the subject, and in the same position.voidisNotEqualTo(Object expected) Fails if the subject is equal to the given object.protected StringMethods inherited from class com.google.common.truth.AbstractArraySubject
failWithBadType, getDisplaySubject, hasLength, isEmpty, isNotEmpty, namedMethods inherited from class com.google.common.truth.Subject
check, equals, fail, fail, fail, failWithBadResults, failWithCustomSubject, failWithoutSubject, failWithRawMessage, getSubject, hasField, hashCode, internalCustomName, is, isA, isInstanceOf, isNotA, isNotInstanceOf, isNotNull, isNotSameAs, isNull, isSameAs, labeled
-
Constructor Details
-
PrimitiveCharArraySubject
PrimitiveCharArraySubject(FailureStrategy failureStrategy, char[] o)
-
-
Method Details
-
underlyingType
- Specified by:
underlyingTypein classAbstractArraySubject<PrimitiveCharArraySubject,char[]>
-
listRepresentation
- Specified by:
listRepresentationin classAbstractArraySubject<PrimitiveCharArraySubject,char[]>
-
isEqualTo
A proposition that the provided Object[] is an array of the same length and type, and contains elements such that each element inexpectedis equal to each element in the subject, and in the same position.- Overrides:
isEqualToin classSubject<AbstractArraySubject<PrimitiveCharArraySubject,char[]>, char[]>
-
isNotEqualTo
Description copied from class:SubjectFails if the subject is equal to the given object.- Overrides:
isNotEqualToin classSubject<AbstractArraySubject<PrimitiveCharArraySubject,char[]>, char[]>
-
asList
-