PHP Class Test\Integration\TransactionAdvancedSearchTest

Inheritance: extends Test\Setup
Show file Open project: braintree/braintree_php

Public Methods

Method Description
testContains ( )
testEndsWith ( )
testHandlesEuropeBankAccounts ( )
testHandlesPayPalAccounts ( )
testIs ( )
testIsNot ( )
testNoMatches ( )
testSearchOnTextFields ( )
testStartsWith ( )
test_advancedSearchGivesIterableResult ( )
test_handles_search_timeout ( )
test_multipleValueNode_createdUsing ( )
test_multipleValueNode_createdUsing_allowedValues ( )
test_multipleValueNode_creditCardCustomerLocation ( )
test_multipleValueNode_creditCardCustomerLocation_allowedValues ( )
test_multipleValueNode_creditCardType ( )
test_multipleValueNode_creditCardType_allowedValues ( )
test_multipleValueNode_merchantAccountId ( )
test_multipleValueNode_paymentInstrumentType_is_applepay ( )
test_multipleValueNode_paymentInstrumentType_is_creditCard ( )
test_multipleValueNode_paymentInstrumentType_is_paypal ( )
test_multipleValueNode_source ( )
test_multipleValueNode_status ( )
test_multipleValueNode_status_allowedValues ( )
test_multipleValueNode_status_authorizationExpired ( )
test_multipleValueNode_type ( )
test_multipleValueNode_type_allowedValues ( )
test_multipleValueNode_type_withRefund ( )
test_noRequestsWhenIterating ( )
test_rangeNode_amount ( )
test_rangeNode_authorizationExpiredAt ( )
test_rangeNode_authorizedAt ( )
test_rangeNode_canSearchOnMultipleStatuses ( )
test_rangeNode_createdAt_GreaterThanOrEqualTo ( )
test_rangeNode_createdAt_between ( )
test_rangeNode_createdAt_convertLocalToUTC ( )
test_rangeNode_createdAt_handlesUTCDateTimes ( )
test_rangeNode_createdAt_is ( )
test_rangeNode_createdAt_lessThanOrEqualTo ( )
test_rangeNode_disbursementDate_GreaterThanOrEqualTo ( )
test_rangeNode_disbursementDate_between ( )
test_rangeNode_disbursementDate_is ( )
test_rangeNode_disbursementDate_lessThanOrEqualTo ( )
test_rangeNode_disputeDate_GreaterThanOrEqualTo ( )
test_rangeNode_disputeDate_between ( )
test_rangeNode_disputeDate_is ( )
test_rangeNode_disputeDate_lessThanOrEqualTo ( )
test_rangeNode_failedAt ( )
test_rangeNode_gatewayRejectedAt ( )
test_rangeNode_processorDeclinedAt ( )
test_rangeNode_settledAt ( )
test_rangeNode_submittedForSettlementAt ( )
test_rangeNode_voidedAt ( )

Private Methods

Method Description
runDisbursementDateSearchTests ( $disbursementDateString, $comparison )
rundisputeDateSearchTests ( $disputeDateString, $comparison )

Method Details

testContains() public method

public testContains ( )

testEndsWith() public method

public testEndsWith ( )

testHandlesEuropeBankAccounts() public method

testHandlesPayPalAccounts() public method

testIs() public method

public testIs ( )

testIsNot() public method

public testIsNot ( )

testNoMatches() public method

public testNoMatches ( )

testSearchOnTextFields() public method

testStartsWith() public method

public testStartsWith ( )

test_advancedSearchGivesIterableResult() public method

test_handles_search_timeout() public method

test_multipleValueNode_createdUsing() public method

test_multipleValueNode_createdUsing_allowedValues() public method

test_multipleValueNode_creditCardCustomerLocation() public method

test_multipleValueNode_creditCardCustomerLocation_allowedValues() public method

test_multipleValueNode_creditCardType() public method

test_multipleValueNode_creditCardType_allowedValues() public method

test_multipleValueNode_merchantAccountId() public method

test_multipleValueNode_paymentInstrumentType_is_applepay() public method

test_multipleValueNode_paymentInstrumentType_is_creditCard() public method

test_multipleValueNode_paymentInstrumentType_is_paypal() public method

test_multipleValueNode_source() public method

test_multipleValueNode_status() public method

test_multipleValueNode_status_allowedValues() public method

test_multipleValueNode_status_authorizationExpired() public method

test_multipleValueNode_type() public method

test_multipleValueNode_type_allowedValues() public method

test_multipleValueNode_type_withRefund() public method

test_noRequestsWhenIterating() public method

test_rangeNode_amount() public method

test_rangeNode_authorizationExpiredAt() public method

test_rangeNode_authorizedAt() public method

test_rangeNode_canSearchOnMultipleStatuses() public method

test_rangeNode_createdAt_GreaterThanOrEqualTo() public method

test_rangeNode_createdAt_between() public method

test_rangeNode_createdAt_convertLocalToUTC() public method

test_rangeNode_createdAt_handlesUTCDateTimes() public method

test_rangeNode_createdAt_is() public method

test_rangeNode_createdAt_lessThanOrEqualTo() public method

test_rangeNode_disbursementDate_GreaterThanOrEqualTo() public method

test_rangeNode_disbursementDate_between() public method

test_rangeNode_disbursementDate_is() public method

test_rangeNode_disbursementDate_lessThanOrEqualTo() public method

test_rangeNode_disputeDate_GreaterThanOrEqualTo() public method

test_rangeNode_disputeDate_between() public method

test_rangeNode_disputeDate_is() public method

test_rangeNode_disputeDate_lessThanOrEqualTo() public method

test_rangeNode_failedAt() public method

test_rangeNode_gatewayRejectedAt() public method

test_rangeNode_processorDeclinedAt() public method

test_rangeNode_settledAt() public method

test_rangeNode_submittedForSettlementAt() public method

test_rangeNode_voidedAt() public method