クラス MapSqlTemplateContextTest
- java.lang.Object
-
- com.github.mygreen.splate.MapSqlTemplateContextTest
-
class MapSqlTemplateContextTest extends Object
- 作成者:
- T.TSUCHIE
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static class
MapSqlTemplateContextTest.LackedNestedPK
static class
MapSqlTemplateContextTest.NestedPK
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 private org.springframework.core.io.ResourceLoader
resourceLoader
private SqlTemplateEngine
templateEngine
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 MapSqlTemplateContextTest()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 (package private) void
setUp()
(package private) void
testEvaluateTemplate()
(package private) void
testEvaluateTemplate_nested()
(package private) void
testNotFoundProperty_ignoreNotFoundPropertyIsFalse()
(package private) void
testNotFoundProperty_ignoreNotFoundPropertyIsTrue()
(package private) void
testNotFoundProperty_nested_ignoreNotFoundPropetyIsFalse()
(package private) void
testNotFoundProperty_nested_ignoreNotFoundPropetyIsTrue()
-
-
-
フィールドの詳細
-
templateEngine
private SqlTemplateEngine templateEngine
-
resourceLoader
private org.springframework.core.io.ResourceLoader resourceLoader
-
-
メソッドの詳細
-
setUp
@BeforeEach void setUp()
-
testNotFoundProperty_ignoreNotFoundPropertyIsTrue
@Test void testNotFoundProperty_ignoreNotFoundPropertyIsTrue() throws Exception
- 例外:
Exception
-
testNotFoundProperty_ignoreNotFoundPropertyIsFalse
@Test void testNotFoundProperty_ignoreNotFoundPropertyIsFalse() throws Exception
- 例外:
Exception
-
testNotFoundProperty_nested_ignoreNotFoundPropetyIsTrue
@Test void testNotFoundProperty_nested_ignoreNotFoundPropetyIsTrue() throws Exception
- 例外:
Exception
-
-