org.specs2

spring

package spring

Visibility
  1. Public
  2. All

Type Members

  1. case class BeanTable(titles: Seq[String], rows: Seq[BeanTableRow]) extends Product with Serializable

  2. case class BeanTableRow(cells: Seq[String], result: Result) extends Product with Serializable

  3. trait BeanTables extends AnyRef

  4. class BlankJndiBuilder extends JndiBuilder

  5. class EnvironmentCreationException extends NestedRuntimeException

  6. class EnvironmentExtractor extends AnyRef

  7. trait HibernateDataAccess extends AnyRef

    Convenience mixin for using Hibernate in your Spring integration tests; includes the insert method overloads that work well with org.specs2.spring.BeanTables.

  8. trait HibernateTemplateDataAccess extends AnyRef

  9. trait JndiBuilder extends AnyRef

  10. class JndiEnvironmentSetter extends AnyRef

  11. trait SettableEnvironment extends AnyRef

  12. trait Specification extends Specification with SpecificationContext with SpecificationEnvironment

    Mutable Specification that sets up the JNDI environment and autowires the fields / setters of its subclasses.

  13. trait SpecificationContext extends AnyRef

    Gives access to the Sprnig context for the specification

  14. trait SpecificationEnvironment extends AnyRef

    Gives access to the JNDI environment for the specification

  15. trait SqlDataAccess extends AnyRef

  16. class TestTransactionDefinitionExtractor extends AnyRef

Value Members

  1. object BeanTable extends Serializable

  2. object BeanTableRow extends Serializable

  3. object TestTransactionDefinitionExtractor extends

  4. package annotation

  5. package web