You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2016/05/04 06:01:59 UTC

[2/3] incubator-beam git commit: [BEAM-256] This closes #273

[BEAM-256] This closes #273


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

Branch: refs/heads/master
Commit: 8fce48b9617350c3ffeb16d5d9c27e0e0be3738a
Parents: 6819dff 2b63fb9
Author: Luke Cwik <lc...@google.com>
Authored: Tue May 3 19:58:09 2016 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Tue May 3 19:58:09 2016 -0700

----------------------------------------------------------------------
 .../org/apache/beam/examples/WordCountIT.java   |  18 +-
 .../testing/TestDataflowPipelineRunner.java     |  19 +-
 .../testing/TestDataflowPipelineRunnerTest.java | 220 +++++++++++++++++++
 .../beam/sdk/testing/MatcherDeserializer.java   |  46 ++++
 .../beam/sdk/testing/MatcherSerializer.java     |  44 ++++
 .../beam/sdk/testing/SerializableMatcher.java   |   7 +-
 .../apache/beam/sdk/testing/TestPipeline.java   |  26 ++-
 .../beam/sdk/testing/TestPipelineOptions.java   |  39 ++++
 .../beam/sdk/testing/TestPipelineTest.java      |  53 +++++
 9 files changed, 439 insertions(+), 33 deletions(-)
----------------------------------------------------------------------