Class PriceChecker

java.lang.Object
org.oxerr.stubhub.client.cxf.impl.inventory.PriceChecker

class PriceChecker extends Object
Check the price of all listings and delist them if necessary. This is a safety measure to prevent tickets from being sold at a very low price due to a bug in the pricing algorithm.
  • Constructor Details

    • PriceChecker

      PriceChecker()
  • Method Details

    • tearDown

      @AfterEach void tearDown() throws Exception
      Throws:
      Exception
    • testCheckPrice

      @Disabled("Run this test to check all listings.") @Test void testCheckPrice()