-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement InnerSpec Kotlin DSL #981
Comments
Can I contribute this? |
@eunbileeme |
@eunbileeme |
Hello. Is there a set period for the issue to close? |
@eunbileeme |
@seongahjo Once again, I'm sorry for the late confirmation. 😢 |
any updates? |
@soonhong99 Perhaps someone else can resolve with this. |
Then can I resolve this issue? |
@soonhong99 |
Describe the feature you request
InnerSpec now shadow the lambda parameter
it
if you use the nested InnerSpec.You should specify the parameter as
v
if you want to customize the value of Map.It is better to use Kotlin DSL for InnerSpec like below.
InstantiationDsl is a good reference.
The text was updated successfully, but these errors were encountered: