Uses of Class
com.cyara.apisamples.EligibleTestCase
Package | Description |
---|---|
com.cyara.apisamples |
-
Uses of EligibleTestCase in com.cyara.apisamples
Fields in com.cyara.apisamples with type parameters of type EligibleTestCase Modifier and Type Field Description private java.util.ArrayList<EligibleTestCase>
EligibleCampaignRun. eligibleTestCases
Methods in com.cyara.apisamples that return types with arguments of type EligibleTestCase Modifier and Type Method Description (package private) java.util.ArrayList<EligibleTestCase>
EligibleCampaignRun. getEligibleTestCases()
When building out this run, all the test cases that have the same frequency and have overlapping runtimes are grouped together.Methods in com.cyara.apisamples with parameters of type EligibleTestCase Modifier and Type Method Description int
EligibleTestCase. compareTo(EligibleTestCase o)
Method parameters in com.cyara.apisamples with type arguments of type EligibleTestCase Modifier and Type Method Description private static int[]
SchedulePulseCampaigns. getReqPortsForFreq(java.util.ArrayList<EligibleTestCase> eligibleTestCasesForCurTimeAndFreq, int desiredFreq)
Loops through all the eligible test cases that will become a campaign run and checks for duration errors, calculates how many ports these test cases will use, how long the run will take, and how many calls will be made.Constructor parameters in com.cyara.apisamples with type arguments of type EligibleTestCase Constructor Description EligibleCampaignRun(java.util.Date campaignRunStartDate, java.util.Date campaignRunEndDate, java.util.ArrayList<EligibleTestCase> eligibleTestCases, int campaignFreq, int requiredPortsForFrequencyRun, int runDuration, boolean runsMultipleTimes, java.util.Date actualOneAndDoneEndDate, int eligibleRunId)
The constructor to create an EligibleCampaignRun object