CreateProfessionInputDto
CreateProfessionInputDto.description
CreateProfessionInputDto.name
CreateProfessionInputDto.to_dict()
CreateProfessionOutputDto
CreateProfessionOutputDto.profession
test_create_profession_input_dto_valid()
FieldValueNotPermittedException
ItemNotCreatedException
UniqueViolationError
test_empty_field_exception()
test_item_not_created_exception()
CreateProfessionUseCase
CreateProfessionUseCase.execute()
test_create_profession()
test_create_profession_empty_field()
BaseInputValidator
BaseInputValidator.verify()
BaseValidator
BaseValidator.validate()
test_base_validator_with_empty_data()
test_base_validator_with_long_data()
test_base_validator_with_small_data()
test_base_validator_with_valid_data()
test_base_validator_without_required_data()
CreateProfessionInputDtoValidator
CreateProfessionInputDtoValidator.validate()
test_create_profession_custom_validation()
test_create_profession_validator_empty_input()
test_create_profession_validator_valid_data()