Annotation Interface的使用
cn.taketoday.test.context.jdbc.SqlConfig
使用SqlConfig的程序包
程序包
说明
JDBC support classes for the TestContext Framework,
including support for declarative SQL script execution via
@Sql.-
cn.taketoday.test.context.jdbc中SqlConfig的使用
参数类型为SqlConfig的cn.taketoday.test.context.jdbc中的方法修饰符和类型方法说明private cn.taketoday.core.annotation.AnnotationAttributesMergedSqlConfig.mergeAttributes(SqlConfig localSqlConfig, Class<?> testClass) 参数类型为SqlConfig的cn.taketoday.test.context.jdbc中的构造器限定符构造器说明(专用程序包)MergedSqlConfig(SqlConfig localSqlConfig, Class<?> testClass) Construct aMergedSqlConfiginstance by merging the configuration from the supplied local (potentially method-level)@SqlConfigannotation with class-level configuration discovered on the suppliedtestClass.