Package org.projectnessie.jaxrs
Class AbstractResteasyTest
- java.lang.Object
-
- org.projectnessie.jaxrs.AbstractResteasyTest
-
public abstract class AbstractResteasyTest extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractResteasyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenableLogging()voidtestBasic()voidtestGetContent()voidtestGetDiff()voidtestGetRefLog()voidtestLogFiltering()voidtestOptimisticLocking()
-
-
-
Field Detail
-
basePath
protected static String basePath
-
-
Method Detail
-
enableLogging
@BeforeEach public void enableLogging()
-
testBasic
@Test public void testBasic()
-
testOptimisticLocking
@Test public void testOptimisticLocking()
-
testLogFiltering
@Test public void testLogFiltering()
-
testGetContent
@Test public void testGetContent()
-
testGetDiff
@Test public void testGetDiff()
-
testGetRefLog
@Test public void testGetRefLog()
-
-