Package com.github.davidmoten.guavamini
Class PreconditionsTest
java.lang.Object
com.github.davidmoten.guavamini.PreconditionsTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
-
Constructor Details
-
PreconditionsTest
public PreconditionsTest()
-
-
Method Details
-
testNullThrowsException
public void testNullThrowsException() -
testNotNullDoesNotThrowException
public void testNotNullDoesNotThrowException() -
testNotNullReturnsTypedObject
public void testNotNullReturnsTypedObject() -
testCheckArgumentThrowsIAE
public void testCheckArgumentThrowsIAE() -
testCheckArgumentDoesNotThrowIAE
public void testCheckArgumentDoesNotThrowIAE() -
testCheckArgumentWithoutMessageThrowsIAE
public void testCheckArgumentWithoutMessageThrowsIAE() -
testCheckArgumentWithoutMessageDoesNotThrowIAE
public void testCheckArgumentWithoutMessageDoesNotThrowIAE() -
testCoverage
public void testCoverage() -
testCheckArgumentNotNullThrowsIAE
public void testCheckArgumentNotNullThrowsIAE() -
testCheckArgumentNotNullReturnsWhenNotNull
public void testCheckArgumentNotNullReturnsWhenNotNull()
-