Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/reflect/
DClassPathTest.java57 public class ClassPathTest extends TestCase { class
93 if (!classInfo.getPackageName().equals(ClassPathTest.class.getPackage().getName())) { in testGetAllClasses()
105 ClassPath.class.getName(), ClassPathTest.class.getName()); in testGetAllClasses()
107 ClassPath.class.getName(), ClassPathTest.class.getName()); in testGetAllClasses()
109 ClassPathTest.class); in testGetAllClasses()
122 : classpath.getTopLevelClasses(ClassPathTest.class.getPackage().getName())) { in testGetTopLevelClasses()
129 assertThat(names).has().allOf(ClassPath.class.getName(), ClassPathTest.class.getName()); in testGetTopLevelClasses()
130 assertThat(strings).has().allOf(ClassPath.class.getName(), ClassPathTest.class.getName()); in testGetTopLevelClasses()
131 assertThat(classes).has().allOf(ClassPath.class, ClassPathTest.class); in testGetTopLevelClasses()
139 ClassPath classpath = ClassPath.from(ClassPathTest.class.getClassLoader()); in testGetTopLevelClassesRecursive()
[all …]