public class StringAssertions extends Object
| Modifier and Type | Field and Description |
|---|---|
static BiFunction<Integer,Integer,Boolean> |
AS_OFTEN_AS |
| Constructor and Description |
|---|
StringAssertions(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String value) |
boolean |
contains(String firstValue,
BiFunction<Integer,Integer,Boolean> comparison,
String secondValue) |
boolean |
doesNotContain(String value) |
boolean |
doesNotContain(String firstValue,
BiFunction<Integer,Integer,Boolean> comparison,
String secondValue) |
boolean |
isEmpty() |
boolean |
isNull() |
public static final BiFunction<Integer,Integer,Boolean> AS_OFTEN_AS
public StringAssertions(String value)
public boolean isNull()
public boolean isEmpty()
public boolean contains(String value)
public boolean contains(String firstValue, BiFunction<Integer,Integer,Boolean> comparison, String secondValue)
public boolean doesNotContain(String value)
Copyright © 2018. All rights reserved.