public class org.apache.log4j.helpers.UtilLoggingLevelTest extends junit.framework.TestCase
{
public void <init>(java.lang.String)
{
org.apache.log4j.helpers.UtilLoggingLevelTest v;
java.lang.String v;
v := @this: org.apache.log4j.helpers.UtilLoggingLevelTest;
v := @parameter: java.lang.String;
specialinvoke v.<junit.framework.TestCase: void <init>(java.lang.String)>(v);
return;
}
public void testToLevelFINEST()
{
org.apache.log4j.helpers.UtilLoggingLevelTest v;
org.apache.log4j.helpers.UtilLoggingLevel v;
org.apache.log4j.Level v;
v := @this: org.apache.log4j.helpers.UtilLoggingLevelTest;
v = <org.apache.log4j.helpers.UtilLoggingLevel: org.apache.log4j.helpers.UtilLoggingLevel FINEST>;
v = staticinvoke <org.apache.log4j.helpers.UtilLoggingLevel: org.apache.log4j.Level toLevel(java.lang.String)>("fiNeSt");
staticinvoke <org.apache.log4j.helpers.UtilLoggingLevelTest: void assertSame(java.lang.Object,java.lang.Object)>(v, v);
return;
}
}