| Package | Description |
|---|---|
| com.alibaba.testable.core.model | |
| com.alibaba.testable.core.tool |
| Modifier and Type | Method and Description |
|---|---|
static ConstructionOption |
ConstructionOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstructionOption[] |
ConstructionOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T[] |
OmniConstructor.newArray(Class<T> clazz,
int size,
ConstructionOption... options)
快速创建任意指定类型的对象数组
|
static <T> T |
OmniConstructor.newInstance(Class<T> clazz,
ConstructionOption... options)
快速创建任意指定类型的测试对象
|
Copyright © 2021. All rights reserved.