コード例 #1
0
  /**
   * Method testMainWindowCanBeCreated ...
   *
   * @throws Exception when
   */
  @Test()
  public void testMainWindowCanBeCreated() throws Exception {
    Assert.assertNotNull(window);

    Assert.assertTrue(window.isEnabled().isTrue());
  }