From b12480c487823b2d9ccfab7d240df85877692669 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 24 Jan 2018 11:12:08 -0500 Subject: [PATCH] GH-1191: Add test support for pollable sources --- .../stream/binder/AbstractBinderTests.java | 41 ++++++++++++------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/spring-cloud-stream-binder-test/src/main/java/org/springframework/cloud/stream/binder/AbstractBinderTests.java b/spring-cloud-stream-binder-test/src/main/java/org/springframework/cloud/stream/binder/AbstractBinderTests.java index 5a883be4f..02c5d5747 100644 --- a/spring-cloud-stream-binder-test/src/main/java/org/springframework/cloud/stream/binder/AbstractBinderTests.java +++ b/spring-cloud-stream-binder-test/src/main/java/org/springframework/cloud/stream/binder/AbstractBinderTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -415,8 +415,7 @@ public abstract class AbstractBinderTests