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.ClassNotFoundException
Copyright © 2002–2020 JUnit. All rights reserved.