Polishing
This commit is contained in:
@@ -44,6 +44,7 @@ public class JRubyScriptTemplateTests {
|
||||
|
||||
private ServletContext servletContext;
|
||||
|
||||
|
||||
@Before
|
||||
public void setup() {
|
||||
this.webAppContext = mock(WebApplicationContext.class);
|
||||
@@ -81,6 +82,7 @@ public class JRubyScriptTemplateTests {
|
||||
return view;
|
||||
}
|
||||
|
||||
|
||||
@Configuration
|
||||
static class ScriptTemplatingConfiguration {
|
||||
|
||||
|
||||
@@ -44,6 +44,7 @@ public class JythonScriptTemplateTests {
|
||||
|
||||
private ServletContext servletContext;
|
||||
|
||||
|
||||
@Before
|
||||
public void setup() {
|
||||
this.webAppContext = mock(WebApplicationContext.class);
|
||||
@@ -81,6 +82,7 @@ public class JythonScriptTemplateTests {
|
||||
return view;
|
||||
}
|
||||
|
||||
|
||||
@Configuration
|
||||
static class ScriptTemplatingConfiguration {
|
||||
|
||||
|
||||
@@ -44,6 +44,7 @@ public class NashornScriptTemplateTests {
|
||||
|
||||
private ServletContext servletContext;
|
||||
|
||||
|
||||
@Before
|
||||
public void setup() {
|
||||
this.webAppContext = mock(WebApplicationContext.class);
|
||||
@@ -90,6 +91,7 @@ public class NashornScriptTemplateTests {
|
||||
return view;
|
||||
}
|
||||
|
||||
|
||||
@Configuration
|
||||
static class ScriptTemplatingConfiguration {
|
||||
|
||||
@@ -103,6 +105,7 @@ public class NashornScriptTemplateTests {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Configuration
|
||||
static class ScriptTemplatingWithUrlConfiguration {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user