Package com.github.davidmoten.guavamini
Class OptionalTest
java.lang.Object
com.github.davidmoten.guavamini.OptionalTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
testOf()
void
void
void
void
void
void
-
Constructor Details
-
OptionalTest
public OptionalTest()
-
-
Method Details
-
testOf
public void testOf() -
testAbsentGetThrowsException
public void testAbsentGetThrowsException() -
testOfNullIsOk
public void testOfNullIsOk() -
testOfIsPresent
public void testOfIsPresent() -
testAbsentIsNotPresent
public void testAbsentIsNotPresent() -
testFromNullableFromNullReturnsAbsent
public void testFromNullableFromNullReturnsAbsent() -
testFromNullableFromNonNullReturnsPresent
public void testFromNullableFromNonNullReturnsPresent() -
testOrWhenPresent
public void testOrWhenPresent() -
testOrWhenNotPresent
public void testOrWhenNotPresent() -
testToStringWhenAbsent
public void testToStringWhenAbsent() -
testToStringWhenPresent
public void testToStringWhenPresent()
-