Package com.google.common.testing
Class ClassSanityTester.FactoryMethodReturnsNullException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.common.testing.ClassSanityTester.FactoryMethodReturnsNullException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ClassSanityTester
static class ClassSanityTester.FactoryMethodReturnsNullException extends java.lang.Exception
Thrown if the test tries to invoke a static factory method to test instance methods but the factory returned null.
-
-
Constructor Summary
Constructors Constructor Description FactoryMethodReturnsNullException(Invokable<?,?> factory)
-
-
-
Constructor Detail
-
FactoryMethodReturnsNullException
public FactoryMethodReturnsNullException(Invokable<?,?> factory)
-
-