All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.telekom.test.bddwebapp.steps.Steps Maven / Gradle / Ivy

There is a newer version: 3.2
Show newest version
package de.telekom.test.bddwebapp.steps;

import org.springframework.stereotype.Component;

import java.lang.annotation.*;

/**
 * Regulating the lifecycle of the browser for JBehave frontend tests
 * 

* After a first implementation of steps annotation by Sven Schomaker, working for Deutsche Telekom AG in 2013. *

* * @author Daniel Keiss {@literal } *

* Copyright (c) 2018 Daniel Keiss, Deutsche Telekom AG * This file is distributed under the conditions of the Apache License, Version 2.0. * For details see the file license on the toplevel. */ @Target(value = ElementType.TYPE) @Retention(value = RetentionPolicy.RUNTIME) @Inherited @Component public @interface Steps { int testLevel() default 0; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy