public class InvalidConfigurationTest extends Object
Constructor and Description |
---|
InvalidConfigurationTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
channelMissingUpstream() |
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
channelMultipleUpstreams() |
void |
checkThatChannelWithMultipleUpstreamsAreDetected() |
void |
checkThatChannelWithoutUpstreamAreDetected() |
void |
checkThatEmitterWithMultipleDownstreamsAreDetected() |
void |
checkThatEmitterWithoutDownstreamAreDetected() |
void |
checkThatEmptyIncomingAreRejected() |
void |
checkThatEmptyOutgoingAreRejected() |
void |
checkThatIncomingConnectorWithMultipleDownstreamAreDetected() |
void |
checkThatIncomingConnectorWithoutDownstreamAreDetected() |
void |
checkThatIncompleteChainsAreDetected() |
void |
checkThatInvalidOutgoingSignaturesAreRejected() |
void |
checkThatOutgoingConnectorWithMultipleUpstreamsAreDetected() |
void |
checkThatOutgoingConnectorWithoutUpstreamAreDetected() |
void |
checkThatProcessorsWithoutDownstreamAreDetected() |
void |
checkThatProcessorsWithoutUpstreamAreDetected() |
void |
checkThatProcessorsWithTooManyDownstreamsAreDetected() |
void |
checkThatProcessorsWithTooManyUpstreamsAreDetected() |
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
connectorMissingDownstream() |
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
connectorMissingUpstream() |
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
connectorMultipleDownstreams() |
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
connectorMultipleUpstreams() |
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
emitterMissingDownstream() |
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
emitterMultipleDownstreams() |
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
emptyIncoming() |
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
emptyOutgoing() |
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
incompleteChain() |
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
invalidPublisherMethod() |
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
processorMissingDownstream() |
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
processorMissingUpstream() |
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
processorMultipleDownstreams() |
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
processorMultipleUpstreams() |
@Deployment(managed=false, name="empty-incoming") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> emptyIncoming()
@Deployment(managed=false, name="empty-outgoing") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> emptyOutgoing()
@Deployment(managed=false, name="invalid-publisher-method") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> invalidPublisherMethod()
@Deployment(managed=false, name="incomplete-chain") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> incompleteChain()
@Deployment(managed=false, name="processor-missing-upstream") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> processorMissingUpstream()
@Deployment(managed=false, name="processor-missing-downstream") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> processorMissingDownstream()
@Deployment(managed=false, name="processor-multiple-upstreams") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> processorMultipleUpstreams()
@Deployment(managed=false, name="processor-multiple-downstreams") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> processorMultipleDownstreams()
@Deployment(managed=false, name="emitter-missing-downstream") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> emitterMissingDownstream()
@Deployment(managed=false, name="emitter-multiple-downstreams") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> emitterMultipleDownstreams()
@Deployment(managed=false, name="channel-missing-upstream") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> channelMissingUpstream()
@Deployment(managed=false, name="channel-multiple-upstreams") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> channelMultipleUpstreams()
@Deployment(managed=false, name="connector-missing-upstream") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> connectorMissingUpstream()
@Deployment(managed=false, name="connector-missing-downstream") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> connectorMissingDownstream()
@Deployment(managed=false, name="connector-multiple-downstreams") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> connectorMultipleDownstreams()
@Deployment(managed=false, name="connector-multiple-upstreams") @ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class, testable=true) public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> connectorMultipleUpstreams()
public void checkThatEmptyIncomingAreRejected()
public void checkThatEmptyOutgoingAreRejected()
public void checkThatInvalidOutgoingSignaturesAreRejected()
public void checkThatIncompleteChainsAreDetected()
public void checkThatProcessorsWithoutUpstreamAreDetected()
public void checkThatProcessorsWithoutDownstreamAreDetected()
public void checkThatProcessorsWithTooManyUpstreamsAreDetected()
public void checkThatProcessorsWithTooManyDownstreamsAreDetected()
public void checkThatEmitterWithoutDownstreamAreDetected()
public void checkThatEmitterWithMultipleDownstreamsAreDetected()
public void checkThatChannelWithoutUpstreamAreDetected()
public void checkThatChannelWithMultipleUpstreamsAreDetected()
public void checkThatIncomingConnectorWithoutDownstreamAreDetected()
public void checkThatIncomingConnectorWithMultipleDownstreamAreDetected()
public void checkThatOutgoingConnectorWithoutUpstreamAreDetected()
public void checkThatOutgoingConnectorWithMultipleUpstreamsAreDetected()
Copyright © 2018–2021 Eclipse Foundation. All rights reserved.