MicroProfile Reactive Messaging - TCK v3.0
- java.lang.Object
-
- org.eclipse.microprofile.reactive.messaging.tck.connector.MissingConnectorTest
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
missingConnectorDeployment
@Deployment(managed=false,
name="missing-connector")
@ShouldThrowException(value=jakarta.enterprise.inject.spi.DeploymentException.class,
testable=true)
public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> missingConnectorDeployment()
-
missingStreamDeployment
@Deployment(managed=false,
name="missing-stream")
@ShouldThrowException(value=jakarta.enterprise.inject.spi.DeploymentException.class,
testable=true)
public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> missingStreamDeployment()
MicroProfile Reactive Messaging - TCK v3.0
Copyright © 2018 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.