spring-test

Serialized Form


Package org.springframework.test.context

Class org.springframework.test.context.MergedContextConfiguration extends java.lang.Object implements Serializable

serialVersionUID: -3290560718464957422L

Serialized Fields

testClass

java.lang.Class<T> testClass

locations

java.lang.String[] locations

classes

java.lang.Class<T>[] classes

activeProfiles

java.lang.String[] activeProfiles

contextLoader

ContextLoader contextLoader

Class org.springframework.test.context.TestContext extends org.springframework.core.AttributeAccessorSupport implements Serializable

serialVersionUID: -5827157174866681233L

Serialized Fields

contextCache

org.springframework.test.context.ContextCache contextCache

mergedContextConfiguration

MergedContextConfiguration mergedContextConfiguration

testClass

java.lang.Class<T> testClass

testInstance

java.lang.Object testInstance

testMethod

java.lang.reflect.Method testMethod

testException

java.lang.Throwable testException


spring-test