You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2016/06/24 21:24:12 UTC

[5/5] incubator-beam git commit: This closes #518

This closes #518


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/ff72e27f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/ff72e27f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/ff72e27f

Branch: refs/heads/master
Commit: ff72e27fca7acaa2922caa290489536a855bef92
Parents: bd21ead 1f44988
Author: Kenneth Knowles <kl...@google.com>
Authored: Fri Jun 24 14:23:54 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Fri Jun 24 14:23:54 2016 -0700

----------------------------------------------------------------------
 .../org/apache/beam/sdk/testing/PAssert.java    | 369 +++++++++++++++----
 .../apache/beam/sdk/testing/StaticWindows.java  | 110 ++++++
 .../apache/beam/sdk/testing/WindowSupplier.java |  83 +++++
 .../apache/beam/sdk/util/GatherAllPanes.java    |  12 +-
 .../apache/beam/sdk/testing/PAssertTest.java    | 116 ++++++
 .../beam/sdk/testing/StaticWindowsTest.java     |  94 +++++
 .../beam/sdk/testing/WindowSupplierTest.java    |  89 +++++
 .../beam/sdk/util/GatherAllPanesTest.java       |   8 +-
 8 files changed, 808 insertions(+), 73 deletions(-)
----------------------------------------------------------------------