aslak

Arquillian - Reflection - Query

Jan 11th, 2011
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1.       Collection<Method> result = Query.forMethod()
  2.          .withAnnotation(Deployment.class)
  3.          .run(
  4.             Query.forClass()
  5.                .withAnnotation(Run.class)
  6.                .run(QueryTestScenario.class, QueryTestScenario2.class));
Add Comment
Please, Sign In to add comment