Home
last modified time | relevance | path

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

/external/guava/guava-testlib/test/com/google/common/testing/
DNullPointerTesterTest.java774 private static class PrivateClassWithPrivateConstructor { class in NullPointerTesterTest
775 private PrivateClassWithPrivateConstructor(@Nullable Integer argument) {} in PrivateClassWithPrivateConstructor() method in NullPointerTesterTest.PrivateClassWithPrivateConstructor
781 : PrivateClassWithPrivateConstructor.class.getDeclaredConstructors()) { in testPrivateClass()