Package org.oxerr.seatgeek.client.rescu
Class ListingServiceImplTest
- java.lang.Object
-
- org.oxerr.seatgeek.client.rescu.ListingServiceImplTest
-
class ListingServiceImplTest extends Object
-
-
Constructor Summary
Constructors Constructor Description ListingServiceImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
testCreateListing()
(package private) void
testDeleteListing()
(package private) void
testGetListing()
(package private) void
testGetListings()
(package private) void
testUpdateListing()
-
-
-
Method Detail
-
testCreateListing
@Test @Disabled("Token is required") void testCreateListing() throws IOException
- Throws:
IOException
-
testUpdateListing
@Test @Disabled("java.net.ProtoclException: Invalid HTTP method: PATCH") void testUpdateListing() throws IOException
- Throws:
IOException
-
testGetListing
@Test @Disabled("Token is required") void testGetListing() throws IOException
- Throws:
IOException
-
testGetListings
@Test @Disabled("Token is required") void testGetListings() throws IOException
- Throws:
IOException
-
testDeleteListing
@Test @Disabled("Token is required") void testDeleteListing() throws IOException
- Throws:
IOException
-
-