Home
last modified time | relevance | path

Searched defs:testClassAccess (Results 1 – 2 of 2) sorted by relevance

/external/google-java-format/idea_plugin/src/main/java/com/google/googlejavaformat/intellij/
DJreConfigurationChecker.java66 private static boolean testClassAccess(String... classNames) throws ClassNotFoundException { in testClassAccess() method in JreConfigurationChecker
75 private static boolean testClassAccess(String className) throws ClassNotFoundException { in testClassAccess() method in JreConfigurationChecker
/external/google-styleguide/cpplint/
Dcpplint_unittest.py5426 def testClassAccess(self): member in NestingStateTest