/maven-amps-plugin/src/it/unitTest/src/test/java/it/com/atlassian/amps/IntegrationTest.java

https://bitbucket.org/mmeinhold/amps · Java · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 76f0bcb15784bba86f3c30e1fe338b5e MD5 · raw file

  1. package it.com.atlassian.amps;
  2. import org.junit.Test;
  3. public class IntegrationTest
  4. {
  5. @Test
  6. public void anIntegrationTest()
  7. {
  8. throw new RuntimeException();
  9. }
  10. }