Class BinanceVerifications<SELF extends BinanceVerifications<SELF>>

  • All Implemented Interfaces:
    dev.aherscu.qa.jgiven.commons.model.ScenarioType<dev.aherscu.qa.jgiven.rest.model.RestScenarioType>

    public class BinanceVerifications<SELF extends BinanceVerifications<SELF>>
    extends dev.aherscu.qa.jgiven.rest.steps.RestVerifications<SELF>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected ThreadLocal<jakarta.ws.rs.client.Client> client  
      protected TestConfiguration configuration  
      • Fields inherited from class dev.aherscu.qa.jgiven.rest.steps.RestVerifications

        closedResponse, responseContent
      • Fields inherited from class dev.aherscu.qa.jgiven.commons.utils.StageEx

        assertElementTimer, ATTACHEMENT_TRANSFORMER, clickTimer, currentStep, locateTimer, pollDelay, pollTimeout, retryPolicy, scrollIntoViewTimer, sendKeysTimer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SELF the_exchange_info​(org.hamcrest.Matcher<Stream<Symbol>> symbolsMatcher)  
      • Methods inherited from class dev.aherscu.qa.jgiven.rest.steps.RestVerifications

        attachActualResponse, invoke, the_response_contains_JSON, the_response_contents, the_response_contents, the_response_status
      • Methods inherited from class dev.aherscu.qa.jgiven.commons.steps.GenericVerifications

        beforeScenarioConfigurePolling, eventually, eventually, eventually_assert_that, should_succeed, the_file_$_should_contain, the_file_$_should_match, the_JSON_file_$_should_contain
      • Methods inherited from class dev.aherscu.qa.jgiven.commons.utils.StageEx

        alert, attach, attachScreenshot, attachScreenshot, attachScreenshot, context, element, elements, ensureElements, retry, safely, scrollIntoView
      • Methods inherited from class com.tngtech.jgiven.Stage

        and, but, comment, given, then, when, with
      • Methods inherited from class com.tngtech.jgiven.base.StageBase

        $, $, self
    • Field Detail

      • client

        @ExpectedScenarioState
        protected ThreadLocal<jakarta.ws.rs.client.Client> client
    • Constructor Detail

      • BinanceVerifications

        public BinanceVerifications()
    • Method Detail

      • the_exchange_info

        public SELF the_exchange_info​(org.hamcrest.Matcher<Stream<Symbol>> symbolsMatcher)