コード例 #1
0
  /**
   * Perform the check using the {@link ElementChecker}
   *
   * @param sspHandler
   * @param testSolutionHandler
   */
  @Override
  protected void check(SSPHandler sspHandler, TestSolutionHandler testSolutionHandler) {
    if (domElements == null) {
      testSolutionHandler.addTestSolution(TestSolution.NOT_TESTED);
      return;
    }

    super.check(sspHandler, testSolutionHandler);
  }
コード例 #2
0
 @Override
 protected void check(SSPHandler sspHandler, TestSolutionHandler testSolutionHandler) {
   testSolutionHandler.addTestSolution(TestSolution.NOT_TESTED);
 }