[weld-commits] [weld/core] f71ca4: Probe: integration test refactoring+fixes
GitHub
noreply at github.com
Mon Mar 9 10:21:34 EDT 2015
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: f71ca4a69d89bace04f8df1809bd8e081cf7153e
https://github.com/weld/core/commit/f71ca4a69d89bace04f8df1809bd8e081cf7153e
Author: Ron Smeral <rsmeral at redhat.com>
Date: 2015-03-09 (Mon, 09 Mar 2015)
Changed paths:
R probe/integration-tests/src/main/java/org/jboss/weld/probe/integration/tests/JSONTestUtil.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/JSONTestUtil.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/InvokingServlet.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/annotations/Collector.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/annotations/Collectors.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/ApplicationScopedObserver.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/ConversationBean.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/ModelBean.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/SessionScopedBean.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/TestProducer.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/extensions/DummyBean.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/extensions/TestExtension.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/interceptors/TestInterceptor.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/interceptors/TestInterceptorBinding.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/sessions/DecoratedInterface.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/sessions/StatefulEjbSession.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/sessions/StatelessEjbSession.java
A probe/integration-tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/sessions/TestDecorator.java
R 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/ProbeBeansTest.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeContextsTest.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeDeploymentsTest.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeEventsTest.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeExtensionsTest.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeIntegrationTest.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/ProbeInvocationsTest.java
R 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/ProbeSessionBeansTest.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/annotations/Collector.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/annotations/Collectors.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/ApplicationScopedObserver.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/ConversationBean.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/ModelBean.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/SessionScopedBean.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/beans/TestProducer.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/extensions/DummyBean.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/extensions/TestExtension.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/interceptors/TestInterceptor.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/interceptors/TestInterceptorBinding.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/sessions/DecoratedInterface.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/sessions/StatefulEjbSession.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/sessions/StatelessEjbSession.java
R probe/integration-tests/src/test/java/org/jboss/weld/probe/integration/tests/sessions/TestDecorator.java
A probe/integration-tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeBeansTest.java
A probe/integration-tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeContextsTest.java
A probe/integration-tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeDeploymentsTest.java
A probe/integration-tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeEventsTest.java
A probe/integration-tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeExtensionsTest.java
A probe/integration-tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeIntegrationTest.java
A probe/integration-tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeInvocationsTest.java
A probe/integration-tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeObserversTest.java
A probe/integration-tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeSessionBeansTest.java
R probe/integration-tests/src/test/resources/org/jboss/weld/probe/integration/tests/beans-bdm-none.xml
R probe/integration-tests/src/test/resources/org/jboss/weld/probe/integration/tests/beans.xml
R probe/integration-tests/src/test/resources/org/jboss/weld/probe/integration/tests/web.xml
A probe/integration-tests/src/test/resources/org/jboss/weld/probe/tests/integration/beans-bdm-none.xml
A probe/integration-tests/src/test/resources/org/jboss/weld/probe/tests/integration/beans.xml
A probe/integration-tests/src/test/resources/org/jboss/weld/probe/tests/integration/web.xml
M probe/integration-tests/src/test/resources/weld.properties
Log Message:
-----------
Probe: integration test refactoring+fixes
More information about the weld-commits
mailing list