PHP Class Gittern\RepositoryTest

Author: Magnus Nordlander
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: e-butik/gittern

Public Methods

Method Description
setUp ( )
tearDown ( )
testCanCheckIfObjectShouldExist ( )
testCanFlushIndex ( )
testCanGetTypeForBlob ( )
testCanGetTypeForCommit ( )
testCanGetTypeForTree ( )
testCanRemoveBranch ( )
testCanRenameBranch ( )
testCanSetAndGetDesiccator ( )
testCanSetAndGetHydrator ( )
testCanSetBranchAfterItsBeenRemoved ( )
testCanSetIndexDesiccator ( )
testCanSetIndexHydrator ( )
testCanSetTransport ( )
testCantGetTypeForOther ( )
testHasTag ( )
testWillCreateNewIndexIfNoneExists ( )
testWillGetIndexFromTransportIfDataExists ( )
testWillReturnCachedIndexIfExists ( )

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testCanCheckIfObjectShouldExist() public method

testCanFlushIndex() public method

public testCanFlushIndex ( )

testCanGetTypeForBlob() public method

testCanGetTypeForCommit() public method

testCanGetTypeForTree() public method

testCanRemoveBranch() public method

public testCanRemoveBranch ( )

testCanRenameBranch() public method

public testCanRenameBranch ( )

testCanSetAndGetDesiccator() public method

testCanSetAndGetHydrator() public method

testCanSetBranchAfterItsBeenRemoved() public method

testCanSetIndexDesiccator() public method

testCanSetIndexHydrator() public method

testCanSetTransport() public method

public testCanSetTransport ( )

testCantGetTypeForOther() public method

testHasTag() public method

public testHasTag ( )

testWillCreateNewIndexIfNoneExists() public method

testWillGetIndexFromTransportIfDataExists() public method

testWillReturnCachedIndexIfExists() public method