Guest User

Untitled

a guest
Apr 16th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. @RunWith(LocalstackDockerTestRunner.class)
  2. @LocalstackDockerProperties(services = {"dynamodb", "kinesis"})
  3. @SpringBootTest
  4. @ActiveProfiles("integration-test")
  5. public class KinesisMessageProcessorIT {
  6.  
  7. @ClassRule
  8. public static final SpringClassRule springClassRule = new SpringClassRule();
  9. @Rule
  10. public final SpringMethodRule springMethodRule = new SpringMethodRule();
  11.  
  12. @Value("${kinesis.streamName}")
  13. public String streamName;
Add Comment
Please, Sign In to add comment