public class ProjectMetrics extends Object
Constructor and Description |
---|
ProjectMetrics(com.eviware.soapui.model.project.Project project) |
Modifier and Type | Method and Description |
---|---|
int |
getAssertionCount() |
int |
getJdbcMockServiceCount() |
int |
getJdbcOperationCount() |
int |
getJdbcVirtResponseCount() |
int |
getJmsMockServiceCount() |
int |
getJmsRouteCount() |
int |
getJmsVirtResponseCount() |
int |
getLoadTestCount() |
int |
getMockOperationCount() |
int |
getMockResponseCount() |
int |
getRestMockActionCount() |
int |
getRestMockResponseCount() |
int |
getTcpMockServiceCount() |
int |
getTcpOperationCount() |
int |
getTcpVirtResponseCount() |
int |
getTestCaseCount() |
int |
getTestStepCount() |
int |
getTestSuiteCount() |
public ProjectMetrics(com.eviware.soapui.model.project.Project project)
public int getTestSuiteCount()
public int getTestCaseCount()
public int getTestStepCount()
public int getAssertionCount()
public int getLoadTestCount()
public int getMockOperationCount()
public int getMockResponseCount()
public int getRestMockActionCount()
public int getRestMockResponseCount()
public int getJmsMockServiceCount()
public int getJmsRouteCount()
public int getJmsVirtResponseCount()
public int getJdbcMockServiceCount()
public int getJdbcOperationCount()
public int getJdbcVirtResponseCount()
public int getTcpMockServiceCount()
public int getTcpOperationCount()
public int getTcpVirtResponseCount()
Copyright © 2019. All rights reserved.