Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*******************************************************************************
* Copyright (c) 2013, 2014 Sylvain Lézier.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Sylvain Lézier - initial implementation
*******************************************************************************/
package sft.report.decorators;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import sft.DefaultConfiguration;
import sft.Scenario;
import sft.UseCase;
import sft.report.RelativeHtmlPathResolver;
import sft.report.TemplateString;
import sft.result.ResultDigest;
import sft.result.ScenarioResult;
import sft.result.UseCaseResult;
import java.util.ArrayList;
import java.util.List;
public class HtmlSynthesis extends HtmlDecorator {
public String useCaseTemplate =
"@@@failedDigest@@@"+
"@@@ignoredDigest@@@"+
"@@@succeededDigest@@@";
public String digestTemplate =
"