- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for publicApiOnly (0.05 sec)
-
android/guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java
(Class<?> cls) -> visibility.isVisible(cls.getModifiers()); /** * Restricts the sanity tests for public API only. By default, package-private API are also * covered. */ protected final void publicApiOnly() { visibility = Visibility.PUBLIC; } /** * Tests all top-level {@link Serializable} classes in the package. For a serializable Class * {@code C}: * * <ul>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 17.8K bytes - Viewed (0)