Documentation

PhoneNumberValidationDtoTest extends TestCase
in package

PhoneNumberValidationDtoTest Class Doc Comment

Tags
category

Class

description

PhoneNumberValidationDto

author

OpenAPI Generator team

link
https://openapi-generator.tech

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

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

testPropertyPhoneNumber()

Test attribute "phone_number"

public testPropertyPhoneNumber() : mixed
Return values
mixed

testPropertyValidationErrors()

Test attribute "validation_errors"

public testPropertyValidationErrors() : mixed
Return values
mixed

Search results