public class TckLRATypeTests extends TckTestBase
Tests that validate that the implementation of the LRA.Type
attribute is correct
For each of the type values there are 4 tests:
LRA.end()
set to trueLRA.end()
set to trueLRA.end()
set to falseLRA.end()
set to false
Each test then validates resourceRequest(java.lang.String, java.lang.String, boolean, int, org.eclipse.microprofile.lra.tck.TckLRATypeTests.MethodLRACheck, boolean)
that:
testName
Constructor and Description |
---|
TckLRATypeTests() |
before
@Deployment(name="lra-type-tck-tests") public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
public void after()
after
in class TckTestBase
public void requiredWithLRA()
public void requiredWithoutLRA()
public void requiresNewWithLRA()
public void requiresNewWithoutLRA()
public void mandatoryWithLRA()
public void mandatoryWithoutLRA()
public void supportsWithLRA()
public void supportsWithoutLRA()
public void notSupportedWithRA()
public void notSupportedWithoutLRA()
public void neverWithLRA()
public void neverWithInvalidLRA()
public void neverWithoutLRA()
public void requiredEndWithLRA()
public void requiredEndWithoutLRA()
public void requiresEndNewWithLRA()
public void requiresEndNewWithoutLRA()
public void mandatoryEndWithLRA()
public void mandatoryEndWithoutLRA()
public void supportsEndWithLRA()
public void supportsEndWithoutLRA()
public void notSupportedEndWithRA()
public void notSupportedEndWithoutLRA()
public void neverWithEndLRA()
public void neverWithoutEndLRA()
public void requiredWithLRAAtInterface()
public void requiredWithoutLRAAtInterface()
public void requiresNewWithLRAAtInterface()
public void requiresNewWithoutLRAAtInterface()
public void mandatoryWithLRAAtInterface()
public void mandatoryWithoutLRAAtInterface()
public void supportsWithLRAAtInterface()
public void supportsWithoutLRAAtInterface()
public void notSupportedWithRAAtInterface()
public void notSupportedWithoutLRAAtInterface()
public void neverWithLRAAtInterface()
public void neverWithInvalidLRAAtInterface()
public void neverWithoutLRAAtInterface()
public void requiredEndWithLRAAtInterface()
public void requiredEndWithoutLRAAtInterface()
public void requiresEndNewWithLRAAtInterface()
public void requiresEndNewWithoutLRAAtInterface()
public void mandatoryEndWithLRAAtInterface()
public void mandatoryEndWithoutLRAAtInterface()
public void supportsEndWithLRAAtInterface()
public void supportsEndWithoutLRAAtInterface()
public void notSupportedEndWithRAAtInterface()
public void notSupportedEndWithoutLRAAtInterface()
public void neverWithEndLRAAtInterface()
public void neverWithoutEndLRAAtInterface()
public void requiredWithLRAAtSuperclass()
public void requiredWithoutLRAAtSuperclass()
public void requiresNewWithLRAAtSuperclass()
public void requiresNewWithoutLRAAtSuperclass()
public void mandatoryWithLRAAtSuperclass()
public void mandatoryWithoutLRAAtSuperclass()
public void supportsWithLRAAtSuperclass()
public void supportsWithoutLRAAtSuperclass()
public void notSupportedWithRAAtSuperclass()
public void notSupportedWithoutLRAAtSuperclass()
public void neverWithLRAAtSuperclass()
public void neverWithInvalidLRAAtSuperclass()
public void neverWithoutLRAAtSuperclass()
public void requiredEndWithLRAAtSuperclass()
public void requiredEndWithoutLRAAtSuperclass()
public void requiresEndNewWithLRAAtSuperclass()
public void requiresEndNewWithoutLRAAtSuperclass()
public void mandatoryEndWithLRAAtSuperclass()
public void mandatoryEndWithoutLRAAtSuperclass()
public void supportsEndWithLRAAtSuperclass()
public void supportsEndWithoutLRAAtSuperclass()
public void notSupportedEndWithRAAtSuperclass()
public void notSupportedEndWithoutLRAAtSuperclass()
public void neverWithEndLRAAtSuperclass()
public void neverWithoutEndLRAAtSuperclass()
Copyright © 2018 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.