PHP Class GraphAware\Neo4j\Client\Tests\Integration\TransactionIntegrationTest

Inheritance: extends IntegrationTestCase
Datei anzeigen Open project: graphaware/neo4j-php-client

Public Methods

Method Description
testPushAndCommitInTxWithBolt ( )
testPushShouldStackUntilCommit ( )
testPushShouldStackUntilCommitWithBolt ( )
testTransactionIsCommittedWithBolt ( )
testTransactionIsCommittedWithHttp ( )
testTransactionIsRolledBackInCaseOfException ( )
testTransactionIsRolledBackInCaseOfExceptionWithBolt ( )
testTransactionIsRolledBackWithBolt ( )
testTransactionIsRolledBackWithHttp ( )

Private Methods

Method Description
assertXNodesWithLabelExist ( $label, $number = 1 )

Method Details

testPushAndCommitInTxWithBolt() public method

testPushShouldStackUntilCommit() public method

testPushShouldStackUntilCommitWithBolt() public method

testTransactionIsCommittedWithBolt() public method

testTransactionIsCommittedWithHttp() public method

testTransactionIsRolledBackInCaseOfException() public method

testTransactionIsRolledBackInCaseOfExceptionWithBolt() public method

testTransactionIsRolledBackWithBolt() public method

testTransactionIsRolledBackWithHttp() public method