PhoneNumberValidationDtoTest
extends TestCase
in package
PhoneNumberValidationDtoTest Class Doc Comment
Tags
Table of Contents
- setUp() : void
- Setup before running each test case
- setUpBeforeClass() : void
- Setup before running any test case
- tearDown() : void
- Clean up after running each test case
- tearDownAfterClass() : void
- Clean up after running all test cases
- testPhoneNumberValidationDto() : mixed
- Test "PhoneNumberValidationDto"
- testPropertyCountryCode() : mixed
- Test attribute "country_code"
- testPropertyCountryPrefix() : mixed
- Test attribute "country_prefix"
- testPropertyIsValid() : mixed
- Test attribute "is_valid"
- testPropertyPhoneNumber() : mixed
- Test attribute "phone_number"
- testPropertyValidationErrors() : mixed
- Test attribute "validation_errors"
Methods
setUp()
Setup before running each test case
public
setUp() : void
Return values
void —setUpBeforeClass()
Setup before running any test case
public
static setUpBeforeClass() : void
Return values
void —tearDown()
Clean up after running each test case
public
tearDown() : void
Return values
void —tearDownAfterClass()
Clean up after running all test cases
public
static tearDownAfterClass() : void
Return values
void —testPhoneNumberValidationDto()
Test "PhoneNumberValidationDto"
public
testPhoneNumberValidationDto() : mixed
Return values
mixed —testPropertyCountryCode()
Test attribute "country_code"
public
testPropertyCountryCode() : mixed
Return values
mixed —testPropertyCountryPrefix()
Test attribute "country_prefix"
public
testPropertyCountryPrefix() : mixed
Return values
mixed —testPropertyIsValid()
Test attribute "is_valid"
public
testPropertyIsValid() : mixed
Return values
mixed —testPropertyPhoneNumber()
Test attribute "phone_number"
public
testPropertyPhoneNumber() : mixed
Return values
mixed —testPropertyValidationErrors()
Test attribute "validation_errors"
public
testPropertyValidationErrors() : mixed