DepositAccountFinderTest
extends TestCase
in package
Tags
Table of Contents
- ORG_ID = 'a1deaa9e-662f-4ddc-afca-7afd327ed66e'
- $client : Client|null
- $finder : DepositAccountFinder|null
- setUp() : void
- tearDown() : void
- test__buildQueryString() : void
- test__find() : void
- test__find__FilterByLocationId() : void
- Check that we can find a Deposit Account by searching by Location Legacy ID
- test__find__FiltersDeletedAndNonStripe() : void
- Check that the items returned from TS are filtered according to their status and source
- test__find__SortedByCreateDate() : void
- Check that deposit accounts are sorted by most recently created first.
- test__find__ThrowsExceptionForMissingOrganizationIdParam() : void
- test__find__ThrowsExpectedExceptionOnClientException() : void
- test__findOne() : void
- test__findOne__ThrowsExceptionForMissingOrganizationIdParam() : void
- test__findOne__WithoutPassingId() : void
Constants
ORG_ID
private
mixed
ORG_ID
= 'a1deaa9e-662f-4ddc-afca-7afd327ed66e'
Tags
Properties
$client
private
Client|null
$client
Tags
$finder
private
DepositAccountFinder|null
$finder
Tags
Methods
setUp()
public
setUp() : void
Tags
Return values
void —tearDown()
public
tearDown() : void
Tags
Return values
void —test__buildQueryString()
public
test__buildQueryString() : void
Tags
Return values
void —test__find()
public
test__find() : void
Tags
Return values
void —test__find__FilterByLocationId()
Check that we can find a Deposit Account by searching by Location Legacy ID
public
test__find__FilterByLocationId() : void
Tags
Return values
void —test__find__FiltersDeletedAndNonStripe()
Check that the items returned from TS are filtered according to their status and source
public
test__find__FiltersDeletedAndNonStripe() : void
Tags
Return values
void —test__find__SortedByCreateDate()
Check that deposit accounts are sorted by most recently created first.
public
test__find__SortedByCreateDate() : void
Tags
Return values
void —test__find__ThrowsExceptionForMissingOrganizationIdParam()
public
test__find__ThrowsExceptionForMissingOrganizationIdParam() : void
Tags
Return values
void —test__find__ThrowsExpectedExceptionOnClientException()
public
test__find__ThrowsExpectedExceptionOnClientException() : void
Tags
Return values
void —test__findOne()
public
test__findOne() : void
Tags
Return values
void —test__findOne__ThrowsExceptionForMissingOrganizationIdParam()
public
test__findOne__ThrowsExceptionForMissingOrganizationIdParam() : void
Tags
Return values
void —test__findOne__WithoutPassingId()
public
test__findOne__WithoutPassingId() : void