assertIsInterface

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

Tests whether the class instance is an interface.

Parameters

theClass

the class instance to check

className

the name of the class


public void assertIsInterface()(source)

Tests whether the test class is an interface.