@Documented @Retention(value=RUNTIME) @Target(value={ANNOTATION_TYPE,TYPE,METHOD,FIELD}) public @interface CollaboratorProvider
An annotation used to specifying a provider of the system under test's collaborators. This
annotation can be placed on a test class or method within a test class. This is useful for
configuring a system under test whose collaborator(s) can not be faked or virtualized (i.e. a
URL collaborator which is a final class). Note that if this annotation is
placed on:
public abstract Class<?>[] value
Copyright © 2016–2018 Testify Project. All rights reserved.