Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Collection<Method> result = Query.forMethod()
- .withAnnotation(Deployment.class)
- .run(
- Query.forClass()
- .withAnnotation(Run.class)
- .run(QueryTestScenario.class, QueryTestScenario2.class));
Add Comment
Please, Sign In to add comment