@Path(value="/tck") public class TckResource extends Object
| Constructor and Description |
|---|
TckResource() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.lra.tck.TckResult |
runTck(String testName,
boolean isVerbose) |
@PUT
@Path(value="{name}")
@Produces(value="application/json")
public org.eclipse.microprofile.lra.tck.TckResult runTck(@PathParam(value="name")
String testName,
@DefaultValue(value="true") @QueryParam(value="verbose")
boolean isVerbose)
Copyright © 2018 Eclipse Foundation. All rights reserved.