Package org.jboss.profiler.fileProcessor

Examples of org.jboss.profiler.fileProcessor.SpyRegisterEndThread


          result = reader.readSpyRegister();
          assertTrue(result);

          assertTrue("Expected to be an threadStart",reader.getCurrentRegister() instanceof SpyRegisterEndThread);
          SpyRegisterEndThread tmp2 = (SpyRegisterEndThread)reader.getCurrentRegister();

          assertEquals("threadId",1,tmp2.getThreadId());
        }
    }
View Full Code Here

TOP

Related Classes of org.jboss.profiler.fileProcessor.SpyRegisterEndThread

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.