<?php
require_once dirname(__FILE__).'/../../phpunit.php';

Prado::using('System.Web.UI.TTemplateControl');

/**
 * @package System.Web.UI
 */
class TTemplateControlTest extends PHPUnit_Framework_TestCase {

	public function testSetAndGetTemplate() {
		throw new PHPUnit_Framework_IncompleteTestError();
	}

	public function testGetIsSourceTemplateControl() {
		throw new PHPUnit_Framework_IncompleteTestError();
	}
	
	public function testGetTemplateDirectory() {
		throw new PHPUnit_Framework_IncompleteTestError();
	}
	
	public function testCreateChildControls() {
		throw new PHPUnit_Framework_IncompleteTestError();
	}
	
	public function testRegisterContent() {
		throw new PHPUnit_Framework_IncompleteTestError();
	}
	
	public function testRegisterContentPlaceHolder() {
		throw new PHPUnit_Framework_IncompleteTestError();
	}
	
	public function testSetAndGetMasterClass() {
		throw new PHPUnit_Framework_IncompleteTestError();
	}
	
	public function testGetMaster() {
		throw new PHPUnit_Framework_IncompleteTestError();
	}
	
	public function testInjectContent() {
		throw new PHPUnit_Framework_IncompleteTestError();
	}

}
?>