import junit.framework.TestCase;
public class KerberosUtilsTest extends TestCase {
public void testGetKerberosToolBox() throws Exception {
KerberosToolboxSpi kerberosToolBoxSpi = KerberosUtils
.getKerberosToolbox("TESTKDCNAME");
assertTrue(kerberosToolBoxSpi instanceof KerberosToolboxImpl);
}