Package

org.springframework.scala.test

context

Permalink

package context

Visibility
  1. Public
  2. All

Type Members

  1. class FunctionalConfigContextLoader extends AbstractContextLoader

    Permalink

    Implementation of org.springframework.test.context.SmartContextLoader supporting org.springframework.scala.context.function.FunctionalConfiguration.

    Implementation of org.springframework.test.context.SmartContextLoader supporting org.springframework.scala.context.function.FunctionalConfiguration.

    Note

    Note that org.springframework.scala.context.function.FunctionalConfigApplicationContexts loaded by this class have annotation config support enabled.

  2. case class FunctionalConfigurations(classes: Class[_ <: FunctionalConfiguration]*) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink

    Annotation specifying the org.springframework.scala.context.function.FunctionalConfiguration classes that should be loaded for a Spring Test org.springframework.context.ApplicationContext.

    Annotation specifying the org.springframework.scala.context.function.FunctionalConfiguration classes that should be loaded for a Spring Test org.springframework.context.ApplicationContext. Used in conjunction with org.springframework.scala.test.context.FunctionalConfigContextLoader.

    classes

    org.springframework.scala.context.function.FunctionalConfiguration definitions that should be loaded by the Spring Test org.springframework.context.ApplicationContext.

Value Members

  1. object FunctionalConfigurations extends Serializable

    Permalink

    Companion object for org.springframework.scala.test.context.FunctionalConfigurations annotation.

    Companion object for org.springframework.scala.test.context.FunctionalConfigurations annotation. Contains mainly miscellaneous helper methods.

Ungrouped