Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Test2.java 140B

12345678910
  1. @ContextConfiguration
  2. public class Test2 {
  3. static class ContextConfiguration {
  4. }
  5. }
  6. @interface ContextConfiguration {
  7. }