-
public class NodeSubject
extends com.google.common.truth.Subject<NodeSubject,Node>
A Truth Subject for the Node class.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.common.truth.Subject
com.google.common.truth.Subject.HasField
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
static com.google.common.truth.SubjectFactory<NodeSubject,Node> |
NODE |
-
Fields inherited from class com.google.common.truth.Subject
failureStrategy
-
Constructor Summary
Constructors
| Constructor and Description |
NodeSubject(com.google.common.truth.FailureStrategy fs,
Node node) |
-
Method Summary
-
Methods inherited from class com.google.common.truth.Subject
check, equals, fail, fail, fail, failWithBadResults, failWithCustomSubject, failWithoutSubject, failWithRawMessage, getDisplaySubject, getSubject, hasField, hashCode, internalCustomName, is, isA, isEqualTo, isInstanceOf, isNotA, isNotEqualTo, isNotInstanceOf, isNotNull, isNotSameAs, isNull, isSameAs, labeled, named
Copyright © 2009-2015 Google. All Rights Reserved.