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

import org.junit.Test;

public class ClassOneTest  {

  @Test
  public void nothing() {

  }
}