org.truth0.subjects
Class PrimitiveCharArraySubject
java.lang.Object
org.truth0.subjects.Subject<AbstractArraySubject<T>,T>
org.truth0.subjects.AbstractArraySubject<char[]>
org.truth0.subjects.PrimitiveCharArraySubject
@GwtCompatible
public class PrimitiveCharArraySubject
- extends AbstractArraySubject<char[]>
A Subject to handle testing propositions for char[]
.
- Author:
- Christian Gruber (cgruber@israfil.net)
Methods inherited from class org.truth0.subjects.Subject |
check, equals, fail, failWithBadResults, failWithCustomSubject, failWithoutSubject, failWithRawMessage, getSubject, hashCode, internalCustomName, is, isA, isNotA, isNotNull, isNull, labeled, named |
PrimitiveCharArraySubject
public PrimitiveCharArraySubject(FailureStrategy failureStrategy,
char[] o)
underlyingType
protected String underlyingType()
- Specified by:
underlyingType
in class AbstractArraySubject<char[]>
listRepresentation
protected List<Character> listRepresentation()
- Specified by:
listRepresentation
in class AbstractArraySubject<char[]>
isEqualTo
public void isEqualTo(Object expected)
- A proposition that the provided Object[] is an array of the same length and type, and
contains elements such that each element in
expected
is equal to each element
in the subject, and in the same position.
- Overrides:
isEqualTo
in class Subject<AbstractArraySubject<char[]>,char[]>
isNotEqualTo
public void isNotEqualTo(Object expected)
- Overrides:
isNotEqualTo
in class Subject<AbstractArraySubject<char[]>,char[]>
asList
public ListSubject<?,Character,List<Character>> asList()
Copyright © 2014. All rights reserved.