PHP Class PhpBench\Tests\Unit\Storage\UuidResolverTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: dantleech/phpbench

Public Methods

Method Description
setUp ( )
testLatestMinusNth ( ) It should return the nth history run using the minus operator.
testNoHistory ( ) It should throw an exception if no history is present.
testResolveLatest ( ) It should resove the "latest" token.
testResolveLatestNotKeyword ( ) It should return the given UUID it is not a token.

Method Details

setUp() public method

public setUp ( )

testLatestMinusNth() public method

It should return the nth history run using the minus operator.
public testLatestMinusNth ( )

testNoHistory() public method

It should throw an exception if no history is present.
public testNoHistory ( )

testResolveLatest() public method

It should resove the "latest" token.
public testResolveLatest ( )

testResolveLatestNotKeyword() public method

It should return the given UUID it is not a token.