Example usage for org.springframework.boot.test.autoconfigure.filter AnnotationCustomizableTypeExcludeFilter subclass-usage

List of usage examples for org.springframework.boot.test.autoconfigure.filter AnnotationCustomizableTypeExcludeFilter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.boot.test.autoconfigure.filter AnnotationCustomizableTypeExcludeFilter subclass-usage.

Usage

From source file org.mybatis.spring.boot.test.autoconfigure.MybatisTypeExcludeFilter.java

/**
 * {@link TypeExcludeFilter} for {@link MybatisTest @MybatisTest}.
 *
 * @author wonwoo
 * @since 1.2.1
 */

From source file ac.simons.spring.boot.test.autoconfigure.data.mongo.DataMongoTypeExcludeFilter.java

/**
 * {@link TypeExcludeFilter} for {@link DataMongoTest @DataMongoTest}.
 *
 * @author Michael J. Simons
 */
class DataMongoTypeExcludeFilter extends AnnotationCustomizableTypeExcludeFilter {