Constructor and Description |
---|
TestDisabledAnnotatedClass() |
Modifier and Type | Method and Description |
---|---|
void |
annotatedClassMethodExplicitlyTraced()
Method that we expect to be Traced.
|
void |
annotatedClassMethodExplicitlyTracedWithOperationName()
Method that we expect to be Traced with an operation name.
|
void |
annotatedClassMethodImplicitlyNotTraced()
Method that we expect not to be Traced.
|
@Traced public void annotatedClassMethodExplicitlyTraced()
@Traced(operationName="explicitOperationName3") public void annotatedClassMethodExplicitlyTracedWithOperationName()
public void annotatedClassMethodImplicitlyNotTraced()
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.