|
TestSecurityController |
TestSecurityManager |
CaseHandlerSecurity |
CaseSecurityManager |
|
PntObjectSelectionDetailsReportPage |
addSaveReqValues |
checkActionAccess |
checkPageAccess |
setUp |
testPntErrorPage |
testPntHorSelReportPage |
testPntIndexPage |
testPntObjectDeleteAction |
testPntObjectDeleteMarkedAction |
testPntObjectDetailsPage |
testPntObjectDialog |
testPntObjectEditDetailsDialog |
testPntObjectEditDetailsPage |
testPntObjectIndexPage |
testPntObjectMtoNDialog |
testPntObjectMtoNPropertyPage |
testPntObjectMtoNSearchPage |
testPntObjectPropertyPage |
testPntObjectReportPage |
testPntObjectSaveActionCreate |
testPntObjectSaveActionUpdate |
testPntObjectSearchPage |
testPntObjectSelectionReportPage |
testPntObjectSortDialog |
testPntPage |
test_CreateTables |
test_dropTables |
|
<?php
// Copyright (c) MetaClass Groningen, 2003-2012
global $cfgCommonClassDirs;
require_once((isSet($cfgCommonClassDirs->pnt) ? $cfgCommonClassDirs->pnt : '../classes'). '/pnt/test/db/testCaseDbObject.php');
Gen::includeClass('TestPropsObject', 'pnt/test/meta');
Gen::includeClass('TestSecurityManager', 'pnt/test/auth');
Gen::includeClass('TestSecurityController', 'pnt/test/auth');
Gen::includeClass('PntFormMtoNRelValue', 'pnt/web/dom');
/** Testcase for testing how RequestHandlers respond to
* check methods on SecurityManager
* implementation and overrides of PntPage::handleRequest
* must be verified manually.
* @package pnt/test/auth
*/
class CaseHandlerSecurity extends PntTestCase {
public $obj;
public $req;
public $sm;
public $testContr;
public $clsDesObj;
public $propsObj;
public $clsDesPropsObj;
public $propDes;
public $caseDbObj;
|
Copyright (c) MetaClass, 2003-
This code is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This code is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
Click here for a copy of the license or see http://www.gnu.org/licenses/ .
|
|