Searched defs:expectations (Results 1 – 4 of 4) sorted by relevance
75 private void verifyMeasurements(double ... expectations) throws Throwable { in verifyMeasurements()90 double ... expectations) throws Throwable { in delayedVerifyMeasurements()103 private void verifyMeasurements(String message, double ... expectations) throws Throwable { in verifyMeasurements()
92 int ... expectations) throws Throwable { in verifyMeasurements()
173 ExpectationStore[] expectations = new ExpectationStore[] { in main() local374 private static void addToTests(ExpectationStore[] expectations, in addToTests()405 private static void addToTests(ExpectationStore[] expectations, in addToTests()
75 XmlGenerator(ExpectationStore expectations, String appNameSpace, String appPackageName, in XmlGenerator()