PHP Class lithium\tests\cases\template\view\RendererTest

Inheritance: extends lithium\test\Unit
Show file Open project: unionofrad/lithium

Public Properties

Property Type Description
$subject

Public Methods

Method Description
setUp ( )
tearDown ( )
testAssetPathEscaping ( ) Tests that asset paths are properly escaped.
testContextQuerying ( )
testCoreHandlers ( ) Tests built-in content handlers for generating URLs, paths to static assets, and handling output of elements written to the request context.
testGetters ( )
testHandlerInsertion ( )
testHandlerQuerying ( )
testHandlers ( )
testHelperLoading ( )
testHelperQuerying ( )
testInitialization ( )
testRespondsTo ( )
testSetAndData ( )
testTemplateStrings ( )
testUrlAutoEscaping ( ) Tests that URLs are properly escaped by the URL handler.
testView ( )

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testAssetPathEscaping() public method

Tests that asset paths are properly escaped.

testContextQuerying() public method

public testContextQuerying ( )

testCoreHandlers() public method

Tests built-in content handlers for generating URLs, paths to static assets, and handling output of elements written to the request context.
public testCoreHandlers ( )

testGetters() public method

public testGetters ( )

testHandlerInsertion() public method

testHandlerQuerying() public method

public testHandlerQuerying ( )

testHandlers() public method

public testHandlers ( )

testHelperLoading() public method

public testHelperLoading ( )

testHelperQuerying() public method

public testHelperQuerying ( )

testInitialization() public method

public testInitialization ( )

testRespondsTo() public method

public testRespondsTo ( )

testSetAndData() public method

public testSetAndData ( )

testTemplateStrings() public method

public testTemplateStrings ( )

testUrlAutoEscaping() public method

Tests that URLs are properly escaped by the URL handler.
public testUrlAutoEscaping ( )

testView() public method

public testView ( )

Property Details

$subject public property

public $subject