Introduce awaitility utility for asynchronous testing 09/48109/1
authorMichael Vorburger <vorburger@redhat.com>
Tue, 8 Nov 2016 10:24:28 +0000 (11:24 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Tue, 8 Nov 2016 10:24:28 +0000 (11:24 +0100)
see https://github.com/awaitility/awaitility for awaitility details

Already used in netconf/netconf/netconf-topology/pom.xml, and about to
be introduced in https://git.opendaylight.org/gerrit/#/c/48061/ and
https://git.opendaylight.org/gerrit/#/c/48077/

Change-Id: I555ceaeae9007e33ce4c8c8d851558e68da0ce2f
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
odlparent/pom.xml

index 81ac68d071947736cfb45d029ff47515f86bbf64..6882f1be99ba0bc6f35aec03a729fd08a52cc810 100644 (file)
         <version>0.28</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+        <groupId>org.awaitility</groupId>
+        <artifactId>awaitility</artifactId>
+        <version>2.0.0</version>
+        <scope>test</scope>
+      </dependency>
       <dependency>
         <groupId>org.powermock</groupId>
         <artifactId>powermock-api-mockito</artifactId>