PHP Класс Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGeneratorTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
provideSets ( )
testIsAnObjectGenerator ( )
testIsNotClonable ( )
testReturnsCompleteObjectWheneverItIsPossible ( Nelmio\Alice\FixtureInterface $fixture, GenerationContext $context, Nelmio\Alice\Generator\ObjectGeneratorInterface $decoratedGenerator, ObjectBag $expected )
testReturnsFixtureSetObjectsIfObjectIsAlreadyCompletelyGenerated ( )
testUsesDecoratedGeneratorToGenerateTheObjectAndReturnsTheResultIfDoesNotRequireACompleteObject ( )

Описание методов

provideSets() публичный Метод

public provideSets ( )

testIsAnObjectGenerator() публичный Метод

testIsNotClonable() публичный Метод

public testIsNotClonable ( )

testReturnsCompleteObjectWheneverItIsPossible() публичный Метод

public testReturnsCompleteObjectWheneverItIsPossible ( Nelmio\Alice\FixtureInterface $fixture, GenerationContext $context, Nelmio\Alice\Generator\ObjectGeneratorInterface $decoratedGenerator, ObjectBag $expected )
$fixture Nelmio\Alice\FixtureInterface
$context Nelmio\Alice\Generator\GenerationContext
$decoratedGenerator Nelmio\Alice\Generator\ObjectGeneratorInterface
$expected Nelmio\Alice\ObjectBag

testReturnsFixtureSetObjectsIfObjectIsAlreadyCompletelyGenerated() публичный Метод

testUsesDecoratedGeneratorToGenerateTheObjectAndReturnsTheResultIfDoesNotRequireACompleteObject() публичный Метод