assertIsEnum

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

Tests whether the class instance is an enum.

Parameters

theClass

the class instance to check

className

the name of the class


public void assertIsEnum()(source)

Tests whether the test class is an enum.