[weld-commits] [weld/core] ec31a7: WELD-1870 Probe integration tests - initial commit

GitHub noreply at github.com
Thu Feb 26 07:45:11 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: ec31a7ee36b11014c25e5d265809134ec50c52bd
      https://github.com/weld/core/commit/ec31a7ee36b11014c25e5d265809134ec50c52bd
  Author: Tomas Remes <tremes at redhat.com>
  Date:   2015-02-26 (Thu, 26 Feb 2015)

  Changed paths:
    A probe/integration-tests/pom.xml
    A probe/integration-tests/src/main/java/org/jboss/weld/probe/integration/tests/JSONTestUtil.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ApplicationScopedObserver.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/InvokingServlet.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ModelBean.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeBeansTest.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeContextsTest.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeDeploymentsTest.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeEventsTest.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeIntegrationTest.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeInvocationsTest.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/SessionScopedBean.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/annotations/Collector.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/annotations/Collectors.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/interceptors/TestInterceptor.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/interceptors/TestInterceptorBinding.java
    A probe/integration-tests/src/test/resources/arquillian.xml
    A probe/integration-tests/src/test/resources/org/jboss/weld/probe/integration/tests/beans.xml
    A probe/integration-tests/src/test/resources/org/jboss/weld/probe/integration/tests/web.xml
    M probe/pom.xml

  Log Message:
  -----------
  WELD-1870 Probe integration tests - initial commit


  Commit: f70151c88ae252a6475cc4ed380e2f0ca54e4e72
      https://github.com/weld/core/commit/f70151c88ae252a6475cc4ed380e2f0ca54e4e72
  Author: Tomas Remes <tremes at redhat.com>
  Date:   2015-02-26 (Thu, 26 Feb 2015)

  Changed paths:
    M probe/core/pom.xml
    M probe/integration-tests/pom.xml
    M probe/integration-tests/src/main/java/org/jboss/weld/probe/integration/tests/JSONTestUtil.java
    R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ApplicationScopedObserver.java
    M probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/InvokingServlet.java
    R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ModelBean.java
    M probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeBeansTest.java
    M probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeContextsTest.java
    M probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeDeploymentsTest.java
    M probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeEventsTest.java
    M probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeIntegrationTest.java
    M probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeInvocationsTest.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeObserversTest.java
    R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/SessionScopedBean.java
    M probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/annotations/Collector.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/ApplicationScopedObserver.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/DecoratedInterface.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/ModelBean.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/SessionScopedBean.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/StatefulEjbSession.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/StatelessEjbSession.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/TestDecorator.java
    A probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/TestProducer.java

  Log Message:
  -----------
  WELD-1870 - observers tests added + beans tests expanded


Compare: https://github.com/weld/core/compare/22b47b02ea87...f70151c88ae2


More information about the weld-commits mailing list