Package ru.yandex.qatools.allure.model

Examples of ru.yandex.qatools.allure.model.Status


     *
     * @param step which will be changed
     */
    @Override
    public void process(Step step) {
        Status status = throwable instanceof AssertionError ? Status.FAILED : Status.BROKEN;
        step.setStatus(status);
    }
View Full Code Here

TOP

Related Classes of ru.yandex.qatools.allure.model.Status

Copyright © 2018 www.massapicom. 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.