Examples of StackTraceReflectionResult


Examples of com.spun.util.tests.StackTraceReflectionResult

public class FileApproverTest extends TestCase
{
  public void testGetCurrentFileForMethod() throws Exception
  {
    StackTraceReflectionResult info = TestUtils.getCurrentFileForMethod(0);
    assertEquals("FileApproverTest", info.getClassName());
    assertEquals("testGetCurrentFileForMethod", info.getMethodName());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.