Package com.hamburgsud.log4testing.core.data

Examples of com.hamburgsud.log4testing.core.data.TestStep.addAttachment()


  private static TestStep getErrorTestStep() {
    TestStep testStep = new TestStep();
    testStep.setStatus(TestStatus.ERROR);
    testStep.setMessage("An error occurred.");
    testStep.setCommand("errorCommand");
    testStep.addAttachment(getDummyAttachment());
    return testStep;
  }

  private static TestStep getOkTestStep() {
    TestStep testStep = new TestStep();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.