public class ProjectMetrics extends Object
Constructor and Description |
---|
ProjectMetrics(Project project) |
Modifier and Type | Method and Description |
---|---|
int |
getAssertionCount() |
int |
getLoadTestCount() |
int |
getMockOperationCount() |
int |
getMockResponseCount() |
int |
getRestMockActionCount() |
int |
getRestMockResponseCount() |
int |
getTestCaseCount() |
int |
getTestStepCount() |
public ProjectMetrics(Project project)
public int getTestCaseCount()
public int getTestStepCount()
public int getAssertionCount()
public int getLoadTestCount()
public int getMockOperationCount()
public int getMockResponseCount()
public int getRestMockActionCount()
public int getRestMockResponseCount()
Copyright © 2019. All Rights Reserved.