@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface TestCaseInstanceProvider
ParametersFactory
(each set of
parameters will create a separate instance, which will then be used to run
all of test suite's test cases).
Note that the same instance will be used if the test cases are multiplied
with Seeds
or Repeat
annotations.Modifier and Type | Optional Element and Description |
---|---|
TestCaseInstanceProvider.Type |
value |
public abstract TestCaseInstanceProvider.Type value
Copyright © 2011–2024 Carrot Search s.c.. All rights reserved.