assertIsPlainClass

public void assertIsPlainClass()(source)

Tests whether the test class is a plain class.


public static void assertIsPlainClass(Class<? extends Object> theClass, String className)(source)

Tests whether the class instance is a plain class.

Parameters

theClass

the class instance to check

className

the name of the class