File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
spring-rabbit-junit/src/main/java/org/springframework/amqp/rabbit/junit Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2017- 2019 the original author or authors.
2
+ * Copyright 2019 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
25
25
import org .junit .jupiter .api .extension .ExtendWith ;
26
26
27
27
/**
28
- * Test classes annotated with this will change logging levels between tests.
28
+ * Test classes annotated with this will change logging levels between tests. It can also
29
+ * be applied to individual test methods. If both class-level and method-level annotations
30
+ * are present, the method-level annotation is used.
29
31
*
30
32
* @author Gary Russell
31
33
* @since 2.2
You can’t perform that action at this time.
0 commit comments