DefaultPropertyConfigTest extends AbstractConstantTest
Table of Contents
getClass() | Returns the class name of the class being tested | string |
---|---|---|
getConstants() | Retrieves a list of constants that must be in the class defined by getClass() | array |
getClass() | Returns the class name of the class being tested | string |
getConstants() | Retrieves a list of constants that must be in the class defined by getClass() | array |
testRequiredConstantsExist() | There are quite a few constants that must exist, and this simply checks to see that they all exist, are not empty strings, and are unique. | void |
Methods
getClass()
Returns the class name of the class being tested
protected
getClass(
)
: string
Return values
stringgetConstants()
Retrieves a list of constants that must be in the class defined by getClass()
protected
getConstants(
)
: array
Return values
arraygetClass()
Returns the class name of the class being tested
protected
abstract getClass(
)
: string
Return values
stringgetConstants()
Retrieves a list of constants that must be in the class defined by getClass()
protected
abstract getConstants(
)
: array
Return values
arraytestRequiredConstantsExist()
There are quite a few constants that must exist, and this simply checks to see that they all exist, are not empty strings, and are unique.
public
testRequiredConstantsExist(
)
: void