ArgumentTest
extends TestCase
in package
Base test case for all strategies, to be sure that they check if the can handle objects before handeling them.
Tags
Table of Contents
- $fixture : ProjectFactoryStrategy
- createContext() : ContextStack
- testCreate() : void
- testCreateThrowsException() : void
- testMatches() : void
- setUp() : void
Properties
$fixture
protected
ProjectFactoryStrategy
$fixture
Methods
createContext()
public
static createContext([Context|null $typeContext = null ]) : ContextStack
Parameters
- $typeContext : Context|null = null
Return values
ContextStack —testCreate()
public
testCreate() : void
Tags
Return values
void —testCreateThrowsException()
public
testCreateThrowsException() : void
Tags
Return values
void —testMatches()
public
testMatches() : void
Tags
Return values
void —setUp()
protected
setUp() : void