This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The Saros Eclipse Plugin". Pusher was dpp-gerrit.
The branch, master has been updated via f782d0cfa969daf1a4caf13e1998eac96d9732a8 (commit) from ba5454642548e3567a0362c3298ddc98ac8acb88 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f782d0cfa969daf1a4caf13e1998eac96d9732a8 Author: Franz Zieris <zie...@inf.fu-berlin.de> Date: Sun Feb 14 16:41:05 2016 +0100 [TEST][CORE] Add integration smoke test This is the first one in a series of patches that add simple and fast integration smoke tests to check the various context factories for internal integrity. It adds two notable classes: * ContextMocker: makes creating test contexts easy to write and read * PrepareCoreComponents: a PowerMock MockPolicy which encapsulates a list of Saros/Core components that are declared final and therefore need to be prepared by PowerMock. Without the MockPolicy: @Runner(PowerMockRunner.class) @PrepareForTest( { FinalClassA.class, FinalClassB.class } ) public class MyTestClass { // ... } With the MockPolicy: @Runner(PowerMockRunner.class) @MockPolicy( { PrepareCoreComponents.class } ) public class MyTestClass { // ... } Change-Id: I76e754e222a865aa63f6e46c865fd91a66ba081a Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3020 Tested-by: Jenkins CI Reviewed-by: David Sungaila <david.sunga...@arcor.de> Reviewed-by: Matthias Bohnstedt <matthias.bohnst...@gmail.com> ----------------------------------------------------------------------- Summary of changes: de.fu_berlin.inf.dpp.core/META-INF/MANIFEST.MF | 1 + .../inf/dpp/SarosCoreContextFactoryTest.java | 53 ++++++++ .../de/fu_berlin/inf/dpp/SarosCoreTestSuite.java | 4 +- .../inf/dpp/test/mocks/ContextMocker.java | 135 ++++++++++++++++++++ .../inf/dpp/test/mocks/PrepareCoreComponents.java | 41 ++++++ 5 files changed, 233 insertions(+), 1 deletions(-) create mode 100644 de.fu_berlin.inf.dpp.core/test/junit/de/fu_berlin/inf/dpp/SarosCoreContextFactoryTest.java create mode 100644 de.fu_berlin.inf.dpp.core/test/junit/de/fu_berlin/inf/dpp/test/mocks/ContextMocker.java create mode 100644 de.fu_berlin.inf.dpp.core/test/junit/de/fu_berlin/inf/dpp/test/mocks/PrepareCoreComponents.java hooks/post-receive -- The Saros Eclipse Plugin ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ DPP-Robot mailing list DPP-Robot@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dpp-robot