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

/external/guava/guava-tests/test/com/google/common/testing/
H A DNullPointerTesterTest.java566 private static class PrivateClassWithPrivateConstructor { class in class:NullPointerTesterTest
567 private PrivateClassWithPrivateConstructor(@Nullable Integer argument) {} method in class:NullPointerTesterTest.PrivateClassWithPrivateConstructor
573 : PrivateClassWithPrivateConstructor.class.getDeclaredConstructors()) {

Completed in 64 milliseconds