File tree Expand file tree Collapse file tree
src/jorphan/src/testFixtures/kotlin/org/apache/jorphan/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18- package org.apache.jorphan.test ;
18+ package org.apache.jorphan.test
1919
20- import org.junit.jupiter.api.parallel.Execution;
21- import org.junit.jupiter.api.parallel.ExecutionMode;
22- import org.junit.jupiter.api.parallel.Isolated;
20+ import org.junit.jupiter.api.parallel.Execution
21+ import org.junit.jupiter.api.parallel.ExecutionMode
22+ import org.junit.jupiter.api.parallel.Isolated
2323
2424/* *
2525 * Used to tag tests which need to be run on their own (in serial) because
2626 * either, they cause other tests to fail, or they fail when run in parallel.
2727 */
2828@Isolated
2929@Execution(ExecutionMode .SAME_THREAD )
30- public interface JMeterSerialTest {
31- }
30+ interface JMeterSerialTest
You can’t perform that action at this time.
0 commit comments