クラス MapSqlTemplateContextTest
- java.lang.Object
-
- com.github.mygreen.splate.MapSqlTemplateContextTest
-
class MapSqlTemplateContextTest extends Object
- 作成者:
- T.TSUCHIE
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static classMapSqlTemplateContextTest.LackedNestedPKstatic classMapSqlTemplateContextTest.NestedPK
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 private org.springframework.core.io.ResourceLoaderresourceLoaderprivate SqlTemplateEnginetemplateEngine
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 MapSqlTemplateContextTest()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 (package private) voidsetUp()(package private) voidtestEvaluateTemplate()(package private) voidtestEvaluateTemplate_nested()(package private) voidtestNotFoundProperty_ignoreNotFoundPropertyIsFalse()(package private) voidtestNotFoundProperty_ignoreNotFoundPropertyIsTrue()(package private) voidtestNotFoundProperty_nested_ignoreNotFoundPropetyIsFalse()(package private) voidtestNotFoundProperty_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
-
-