PHP Класс lithium\tests\cases\analysis\InspectorTest

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

Открытые свойства

Свойство Тип Описание
$test
$test2

Защищенные свойства (Protected)

Свойство Тип Описание
$_test

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

Метод Описание
testBasicMethodInspection ( ) Tests that basic method lists and information are queried properly.
testCallableClassWithBadMethods ( )
testCallableClassWithRealMethods ( )
testCallableObjectWithBadMethods ( )
testCallableObjectWithRealMethods ( )
testCallableVisibility ( )
testCaseSensitiveIdentifiers ( ) Tests that class and namepace names which are equivalent in a case-insensitive search still match properly.
testClassDependencies ( )
testClassFileIntrospection ( )
testClassParents ( ) Tests getting a list of parent classes from an object or string class name.
testExecutableLines ( ) Gets the executable line numbers of this file based on a manual entry of line ranges. Will need to be updated manually if this method changes.
testExecutableLinesOnEmptyClass ( )
testGetClassProperties ( ) Tests getting static and non-static properties from various types of classes.
testIdentifierIntrospection ( ) Tests getting reflection information based on a string identifier.
testLineIntrospection ( ) Tests reading specific line numbers of a file.
testLineIntrospectionWithCRLFLineEndings ( ) Tests reading specific line numbers of a file that has CRLF line endings.
testMethodInspection ( )
testMethodInvocationWithParameters ( ) Tests that the correct parameters are always passed in Inspector::invokeMethod(), regardless of the number.
testMethodRange ( ) Tests that the range of executable lines of this test method is properly calculated.
testTypeDetection ( ) Tests that names of classes, methods, properties and namespaces are parsed properly from strings.

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

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

Tests that basic method lists and information are queried properly.

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

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

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

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

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

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

Tests that class and namepace names which are equivalent in a case-insensitive search still match properly.

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

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

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

Tests getting a list of parent classes from an object or string class name.
public testClassParents ( )

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

Gets the executable line numbers of this file based on a manual entry of line ranges. Will need to be updated manually if this method changes.
public testExecutableLines ( )

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

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

Tests getting static and non-static properties from various types of classes.

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

Tests getting reflection information based on a string identifier.

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

Tests reading specific line numbers of a file.

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

Tests reading specific line numbers of a file that has CRLF line endings.

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

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

Tests that the correct parameters are always passed in Inspector::invokeMethod(), regardless of the number.

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

Recursively meta.
public testMethodRange ( )

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

Tests that names of classes, methods, properties and namespaces are parsed properly from strings.
public testTypeDetection ( )

Описание свойств

$_test защищенное свойство

protected $_test

$test публичное свойство

public $test

$test2 публичное статическое свойство

public static $test2