package test.tmp.b;

import org.testng.annotations.Test;

public class TmpB {
  @Test
  public void tmpb1() {
    System.out.println("tmpb1");
  }
}