public class Classes extends Object
| Constructor and Description |
|---|
Classes() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
getClass(String className)
Returns Class.forName for
className using the current thread's class loader. |
public static Class<?> getClass(String className) throws ClassNotFoundException
className using the current thread's class loader.className - Name of the class.ClassNotFoundExceptionCopyright © 2002–2017 JUnit. All rights reserved.