Home
last modified time | relevance | path

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

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DSystemUtilsTest.java71 assertFalse(SystemUtils.IS_JAVA_11); in test_IS_JAVA()
91 assertFalse(SystemUtils.IS_JAVA_11); in test_IS_JAVA()
111 assertFalse(SystemUtils.IS_JAVA_11); in test_IS_JAVA()
131 assertFalse(SystemUtils.IS_JAVA_11); in test_IS_JAVA()
151 assertTrue(SystemUtils.IS_JAVA_11); in test_IS_JAVA()
171 assertFalse(SystemUtils.IS_JAVA_11); in test_IS_JAVA()
191 assertFalse(SystemUtils.IS_JAVA_11); in test_IS_JAVA()
211 assertFalse(SystemUtils.IS_JAVA_11); in test_IS_JAVA()
231 assertFalse(SystemUtils.IS_JAVA_11); in test_IS_JAVA()
251 assertFalse(SystemUtils.IS_JAVA_11); in test_IS_JAVA()
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DSystemUtils.java977 public static final boolean IS_JAVA_11 = getJavaVersionMatches("11"); field in SystemUtils