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/12/28 19:41:41 UTC

[8/8] beam git commit: [BEAM-1186] Migrating the remaining tests to use TestPipeline as a JUnit rule.

[BEAM-1186] Migrating the remaining tests to use TestPipeline as a JUnit rule.

This closes #1675


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

Branch: refs/heads/master
Commit: b6944cd629a23366cb930121bf6f1d3fc834bfc4
Parents: 178371a 43789aa
Author: Luke Cwik <lc...@google.com>
Authored: Wed Dec 28 11:41:19 2016 -0800
Committer: Luke Cwik <lc...@google.com>
Committed: Wed Dec 28 11:41:19 2016 -0800

----------------------------------------------------------------------
 .../beam/sdk/testing/RunnableOnService.java     |  14 +-
 .../beam/sdk/io/AvroIOGeneratedClassTest.java   | 285 -----------
 .../apache/beam/sdk/io/AvroIOTransformTest.java | 324 +++++++++++++
 .../sdk/transforms/ApproximateUniqueTest.java   | 483 +++++++++++--------
 .../apache/beam/sdk/transforms/SampleTest.java  | 405 +++++++++-------
 .../sdk/io/gcp/bigtable/BigtableIOTest.java     |   5 +-
 6 files changed, 843 insertions(+), 673 deletions(-)
----------------------------------------------------------------------