aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-ignored-file/testx/ClassTwoTest.xoo
blob: 56da06b26332ff023cbb0d3acbe4875a7b3926ed (plain)
1
2
3
4
5
6
7
8
9
10
11
package org.sonar.testx;

import org.junit.Test;

public class ClassTwoTest  {

  @Test
  public void nothing() {

  }
}