Example usage for org.springframework.core AttributeAccessorSupport subclass-usage

List of usage examples for org.springframework.core AttributeAccessorSupport subclass-usage

Introduction

In this page you can find the example usage for org.springframework.core AttributeAccessorSupport subclass-usage.

Usage

From source file org.springframework.test.context.TestContext.java

/**
 * {@code TestContext} encapsulates the context in which a test is executed,
 * agnostic of the actual testing framework in use.
 *
 * @author Sam Brannen
 * @author Juergen Hoeller