/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
- package it.com.atlassian.amps;
- import org.junit.Test;
- public class IntegrationTest
- {
- @Test
- public void anIntegrationTest()
- {
- throw new RuntimeException();
- }
- }