Polish "Allow configuring WebDriver with TestNG"

See gh-27947
This commit is contained in:
Stephane Nicoll 2022-06-19 10:35:09 +02:00
parent 4872523181
commit e746dfa677
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2019 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -36,7 +36,7 @@ import org.springframework.util.StringUtils;
* {@link WebDriverTestExecutionListener}. * {@link WebDriverTestExecutionListener}.
* *
* @author Phillip Webb * @author Phillip Webb
* @since 2.6.0 * @since 3.0.0
* @see WebDriverContextCustomizerFactory * @see WebDriverContextCustomizerFactory
* @see WebDriverTestExecutionListener * @see WebDriverTestExecutionListener
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2019 the original author or authors. * Copyright 2012-2022 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -26,7 +26,7 @@ import org.springframework.test.context.support.DependencyInjectionTestExecution
* {@link TestExecutionListener} to reset the {@link WebDriverScope}. * {@link TestExecutionListener} to reset the {@link WebDriverScope}.
* *
* @author Phillip Webb * @author Phillip Webb
* @since 2.6.0 * @since 3.0.0
* @see WebDriverContextCustomizerFactory * @see WebDriverContextCustomizerFactory
* @see WebDriverScope * @see WebDriverScope
*/ */