Advertisement
Guest User

Untitled

a guest
Jun 13th, 2010
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. // Uses the default configuration
  2. @Deployment
  3. static Deployment deployment() {
  4.    ...
  5. }
  6.  
  7. // Uses the default configuration
  8. @Deployment(configuration=PetesConfiguation.class)
  9. static Deployment deployment() {
  10.    ...
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement