
org.scalatra.test.Container.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalatra-test_2.11 Show documentation
Show all versions of scalatra-test_2.11 Show documentation
The abstract Scalatra test framework
The newest version!
package org.scalatra.test
trait Container {
protected def ensureSessionIsSerializable()
protected def start(): Unit
protected def stop(): Unit
var resourceBasePath: String = "src/main/webapp"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy