9 Commits

Author SHA1 Message Date
Narendra Pathai
2aa9e78ddd
Minor refactorings and code style changes (#807)
* Made minor changes in some patterns such as removed throws clause where not needed, changed incorrect order of arguments in assertEquals

* Minor refactorings and code style changes. 1) Removed several use of raw types 2) Removed unnecessary throws clauses 3) Used lambda expressions wherever applicable 4) Used apt assertion methods for readability 5) Use of try with resources wherever applicable 6) Corrected incorrect order of assertXXX arguments

* Removed unused import from Promise

* Addressed review comments

* Addressed checkstyle issue
2018-10-23 13:45:41 +05:30
Artur Mogozov
6694d742a3 Migrate to JUnit5 2017-12-31 16:29:48 +09:00
Ilkka Seppälä
faa29f8025 Update license headers 2016-11-27 14:34:20 +02:00
daniel-bryla
b37190a214 #502 Introduced logging in new example 2016-11-04 12:19:32 +01:00
WSSIA
8f1758c28f Alter JUnit tests to run in lesser time. 2016-10-03 21:46:16 +01:00
WSSIA
12544caa75 Changes based on review feedback. 2016-10-03 21:05:11 +01:00
WSSIA
9a90f2de1f Changes based on code review 2016-09-11 18:45:51 +01:00
WSSIA
f11597136f Fixed Checkstyle errors. 2016-09-03 11:32:29 +01:00
WSSIA
2d99061902 Issue #469: Implementation of Event-based Asynchronous pattern 2016-09-03 11:32:25 +01:00