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

import org.junit.Test;

public class ClassOneTest  {

  @Test
  public void nothing() {

  }
}