public class ConfigTest
extends org.jboss.arquillian.testng.Arquillian
Constructor and Description |
---|
ConfigTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
deploy() |
void |
testClassLevelConfigMaxDuration()
Test the configuration of maxDuration on a class.
|
void |
testClassLevelConfigMaxRetries()
Test the configuration of maxRetries on a class.
|
void |
testClassLevelConfigMethodOverrideMaxRetries()
Test the configuration of maxRetries on a class.
|
void |
testConfigMaxDuration()
Test the configuration of maxDuration on a specific method.
|
void |
testConfigMaxRetries()
Test the configuration of maxRetries on a specific method.
|
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
public void testConfigMaxRetries()
public void testClassLevelConfigMaxRetries()
public void testClassLevelConfigMethodOverrideMaxRetries()
public void testConfigMaxDuration()
public void testClassLevelConfigMaxDuration()
Copyright © 2016 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.