Coverage Summary for Class: FIOInitialsGeneratorInfo (ru.eda.plgn.bizgen.core.generator_info.impl.fio)
| Class |
Class, %
|
Method, %
|
Branch, %
|
Line, %
|
Instruction, %
|
| FIOInitialsGeneratorInfo |
100%
(1/1)
|
100%
(1/1)
|
|
100%
(7/7)
|
100%
(11/11)
|
package ru.eda.plgn.bizgen.core.generator_info.impl.fio
import ru.eda.plgn.bizgen.core.generator_info.GeneratorCategory
import ru.eda.plgn.bizgen.core.generator_info.GeneratorStrInfo
import ru.eda.plgn.bizgen.core.generator.impl.FIOInitialsGenerator
/**
* Действие, которое использует [FIOInitialsGenerator].
*
* @author Dmitry_Emelyanenko
*/
class FIOInitialsGeneratorInfo : GeneratorStrInfo(
id = "FioInitials_a7e234d4-f204-4a16-a234-d4f204fa16b9",
name = "ФИО (И.О. Фамилия)",
generator = FIOInitialsGenerator(),
category = GeneratorCategory.PERSONAL,
detailedDescription = "ФИО в формате инициалов: И.О. Фамилия. Генерируется случайно из словарей русских имён и фамилий.",
example = "О.Е. Гусев",
)