com.eviware.soapui.model.support
Class ProjectMetrics

java.lang.Object
  extended by com.eviware.soapui.model.support.ProjectMetrics

public class ProjectMetrics
extends java.lang.Object


Constructor Summary
ProjectMetrics(Project project)
           
 
Method Summary
 int getAssertionCount()
           
 int getLoadTestCount()
           
 int getMockOperationCount()
           
 int getMockResponseCount()
           
 int getTestCaseCount()
           
 int getTestStepCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectMetrics

public ProjectMetrics(Project project)
Method Detail

getTestCaseCount

public int getTestCaseCount()

getTestStepCount

public int getTestStepCount()

getAssertionCount

public int getAssertionCount()

getLoadTestCount

public int getLoadTestCount()

getMockOperationCount

public int getMockOperationCount()

getMockResponseCount

public int getMockResponseCount()


Copyright © 2005-2009 eviware.com. All Rights Reserved.