Пример #1
0
  @Test
  public void testSitecoreArchetypeCodeAgainstSource()
      throws InterruptedException, IOException, Exception {
    try {

      System.out.println("---------testSitecoreArchetypeCodeAgainstSource()-------------");
      methodName = Thread.currentThread().getStackTrace()[1].getMethodName();
      appBaseScreen.sitecoreCodeSource(methodName, sitecoreConst);

    } catch (Exception t) {
      t.printStackTrace();
    }
  }