Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
0da24f82
Commit
0da24f82
authored
Mar 26, 2015
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polishing: move tests for mustache.web into the correct package
parent
dd748eda
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
MustacheViewResolverTests.java
...autoconfigure/mustache/web/MustacheViewResolverTests.java
+1
-1
MustacheViewTests.java
...rk/boot/autoconfigure/mustache/web/MustacheViewTests.java
+1
-1
MustacheWebIntegrationTests.java
...toconfigure/mustache/web/MustacheWebIntegrationTests.java
+4
-2
No files found.
spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/mustache/MustacheViewResolverTests.java
→
spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/mustache/
web/
MustacheViewResolverTests.java
View file @
0da24f82
...
...
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
mustache
;
package
org
.
springframework
.
boot
.
autoconfigure
.
mustache
.
web
;
import
java.util.Locale
;
...
...
spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/mustache/MustacheViewTests.java
→
spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/mustache/
web/
MustacheViewTests.java
View file @
0da24f82
...
...
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
mustache
;
package
org
.
springframework
.
boot
.
autoconfigure
.
mustache
.
web
;
import
java.util.Collections
;
...
...
spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/mustache/MustacheWebIntegrationTests.java
→
spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/mustache/
web/
MustacheWebIntegrationTests.java
View file @
0da24f82
...
...
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
mustache
;
package
org
.
springframework
.
boot
.
autoconfigure
.
mustache
.
web
;
import
java.lang.annotation.Documented
;
import
java.lang.annotation.ElementType
;
...
...
@@ -31,9 +31,11 @@ import org.junit.runner.RunWith;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration
;
import
org.springframework.boot.autoconfigure.mustache.MustacheWebIntegrationTests.Application
;
import
org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
;
import
org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
;
import
org.springframework.boot.autoconfigure.mustache.web.MustacheView
;
import
org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
;
import
org.springframework.boot.autoconfigure.mustache.web.MustacheWebIntegrationTests.Application
;
import
org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
;
import
org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration
;
import
org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment