Home
last modified time | relevance | path

Searched refs:testConstructorParameter (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/testing/
DNullPointerTester.java194 testConstructorParameter(ctor, nullIndex); in testConstructor()
219 public void testConstructorParameter(Constructor<?> ctor, int paramIndex) { in testConstructorParameter() method in NullPointerTester