Searched refs:correlationVectors (Results 1 – 2 of 2) sorted by relevance
90 Collection<CorrelationVector> correlationVectors = measurement.getCorrelationVectors(); in verifyTestValues() local94 correlationVectors.toArray(new CorrelationVector[correlationVectors.size()])); in verifyTestValues()98 Collection<CorrelationVector> correlationVectors = new ArrayList<>(); in createTestCorrelationVectors() local99 correlationVectors.add( in createTestCorrelationVectors()106 correlationVectors.add( in createTestCorrelationVectors()113 return correlationVectors; in createTestCorrelationVectors()
346 Collection<CorrelationVector> correlationVectors = in verifyCorrelationVectors() local348 assertNotNull("CorrelationVectors cannot be null.", correlationVectors); in verifyCorrelationVectors()352 String.valueOf(correlationVectors.size()), in verifyCorrelationVectors()353 correlationVectors.size() > 0); in verifyCorrelationVectors()354 for (CorrelationVector correlationVector : correlationVectors) { in verifyCorrelationVectors()