org.truth0.subjects
Class StringSubject
java.lang.Object
org.truth0.subjects.Subject<StringSubject,String>
org.truth0.subjects.StringSubject
@GwtCompatible
public class StringSubject
- extends Subject<StringSubject,String>
Propositions for String subjects
- Author:
- David Saff, Christian Gruber (cgruber@israfil.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRING
public static final SubjectFactory<StringSubject,String> STRING
StringSubject
public StringSubject(FailureStrategy failureStrategy,
String string)
contains
public void contains(String string)
startsWith
public void startsWith(String string)
endsWith
public void endsWith(String string)
Copyright © 2013. All Rights Reserved.