D | CustomParametersProviderTest.java | 23 @HelloParameters(hello = "Hi") 32 String hello(); in hello() method 48 private String hello; field in CustomParametersProviderTest.CustomHelloProvider 52 hello = parametersAnnotation.hello(); in initialize() 57 return new Object[]{hello, hello}; in getParameters()
|