Upgrade to JUnit 5.0 M4
Issue: SPR-15361
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2016 the original author or authors.
|
||||
* Copyright 2002-2017 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -16,11 +16,11 @@
|
||||
|
||||
package org.springframework.test.context.junit;
|
||||
|
||||
import org.junit.platform.runner.IncludeClassNamePatterns;
|
||||
import org.junit.platform.runner.IncludeEngines;
|
||||
import org.junit.platform.runner.JUnitPlatform;
|
||||
import org.junit.platform.runner.SelectPackages;
|
||||
import org.junit.platform.runner.UseTechnicalNames;
|
||||
import org.junit.platform.suite.api.IncludeClassNamePatterns;
|
||||
import org.junit.platform.suite.api.IncludeEngines;
|
||||
import org.junit.platform.suite.api.SelectPackages;
|
||||
import org.junit.platform.suite.api.UseTechnicalNames;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user