Package com.spun.util.tests

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

Related Classes of com.spun.util.tests.StackTraceReflectionResult

Copyright © 2018 www.massapicom. 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.