Package com.google.common.truth
Class PrimitiveCharArraySubject
java.lang.Object
com.google.common.truth.Subject<AbstractArraySubject<S,T>,T>
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()
void
A proposition that the provided Object[] is an array of the same length and type, and contains elements such that each element inexpected
is equal to each element in the subject, and in the same position.void
isNotEqualTo
(Object expected) Fails if the subject is equal to the given object.protected String
Methods inherited from class com.google.common.truth.AbstractArraySubject
failWithBadType, getDisplaySubject, hasLength, isEmpty, isNotEmpty, named
Methods 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:
underlyingType
in classAbstractArraySubject<PrimitiveCharArraySubject,
char[]>
-
listRepresentation
- Specified by:
listRepresentation
in 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 inexpected
is equal to each element in the subject, and in the same position.- Overrides:
isEqualTo
in classSubject<AbstractArraySubject<PrimitiveCharArraySubject,
char[]>, char[]>
-
isNotEqualTo
Description copied from class:Subject
Fails if the subject is equal to the given object.- Overrides:
isNotEqualTo
in classSubject<AbstractArraySubject<PrimitiveCharArraySubject,
char[]>, char[]>
-
asList
-