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/07/14 22:02:09 UTC

[2/2] incubator-beam git commit: This closes #532

This closes #532


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

Branch: refs/heads/master
Commit: 84573e0b41735ab9fba25b3883420c1ea8e03e3d
Parents: 2a30f52 ae0293d
Author: Kenneth Knowles <kl...@google.com>
Authored: Thu Jul 14 14:31:03 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Thu Jul 14 14:31:03 2016 -0700

----------------------------------------------------------------------
 .../org/apache/beam/sdk/testing/PAssert.java    | 222 ++++++++++---
 .../apache/beam/sdk/testing/PaneExtractors.java | 140 ++++++++
 .../apache/beam/sdk/testing/PAssertTest.java    |   4 +-
 .../beam/sdk/testing/PaneExtractorsTest.java    | 323 +++++++++++++++++++
 4 files changed, 649 insertions(+), 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/84573e0b/sdks/java/core/src/main/java/org/apache/beam/sdk/testing/PAssert.java
----------------------------------------------------------------------