Class PreconditionsTest

java.lang.Object
com.github.davidmoten.guavamini.PreconditionsTest

public class PreconditionsTest extends Object
  • 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()