Junit for Multifield values (Resource)
Hi,
Here I'm using Resource to take the multifield in sling model, can anyone help how to write junit for this method.
@ChildResource
private java.util.List<Resource> customData;
public java.util.List<Resource> getCustomData() {
return customData;
}
Thanks in advance.