-
Notifications
You must be signed in to change notification settings - Fork 88
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
Array support #86
Comments
@ViictrP could you please provide your Fixtures declarations? |
|
Any updates on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Array support
the following code returns an error: no such attribute: enderecos[java.util.ArrayList]
there is no support for arrays, instead supports both array and ArrayList.
Fixture.of(Empresa.class).addTemplate("empresa_valida", new Rule(){ { add("enderecos", has(3).of(Endereco.class, "endereco_valido")); } });
The text was updated successfully, but these errors were encountered: