Coverage Summary for Class: AddressGeneratorInfo (ru.eda.plgn.bizgen.core.generator_info.impl)
| Class |
Class, %
|
Method, %
|
Branch, %
|
Line, %
|
Instruction, %
|
| AddressGeneratorInfo |
100%
(1/1)
|
100%
(1/1)
|
|
100%
(4/4)
|
100%
(8/8)
|
package ru.eda.plgn.bizgen.core.generator_info.impl
import ru.eda.plgn.bizgen.core.generator_info.GeneratorStrInfo
import ru.eda.plgn.bizgen.core.generator.impl.AddressGenerator
/**
* Действие, которое использует [AddressGenerator].
*
* @author Dmitry_Emelyanenko
*/
class AddressGeneratorInfo : GeneratorStrInfo(
id = "Address_b35bf562-5761-4a5d-ab00-36afca192d7c",
name = "Адрес (индекс, регион, город и тд)",
generator = AddressGenerator()
)