csw.testkit.scaladsl
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
object AlarmServerobject ConfigServerobject DatabaseServerobject EventServerobject LocationServerobject LocationServerWithAuthShow all
Supported services by framework testkit.
Supported services by framework testkit.
Specify one or more services from following ADT's while creating FrameworkTestKit and testkit will make sure that those services are started.
Example: == With Scalatest Integration ==
class ScalaTestFrameworkTestKitSpec
extends ScalaTestFrameworkTestKit(LocationServer, ConfigServer, EventServer)
with FunSuiteLike
== With FrameworkTestKit ==
private val frameworkTestKit = FrameworkTestKit()
frameworkTestKit.start(ConfigServer, EventServer)
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CSWService.type
Attributes
- Supertypes
-
trait OptionValuestrait Eventuallytrait ScalaFuturestrait Futurestrait PatienceConfigurationtrait AbstractPatienceConfigurationtrait ScaledTimeSpanstrait BeforeAndAfterAlltrait SuiteMixintrait Matcherstrait Explicitlytrait MatcherWordstrait ShouldVerbtrait Tolerancetrait TestSuitetrait Suitetrait Serializabletrait Assertionstrait TripleEqualstrait TripleEqualsSupportclass Objecttrait Matchableclass AnyShow all
- Known subtypes
A ScalaTest base class for the FrameworkTestKit, making it possible to have ScalaTest manage the lifecycle of the testkit.
A ScalaTest base class for the FrameworkTestKit, making it possible to have ScalaTest manage the lifecycle of the testkit.
The testkit will be automatically start list of provided CSWService and shut down all started CSWService when the test completes or fails using ScalaTest's BeforeAndAfterAll trait.
If a spec overrides beforeAll or afterAll, it must call super.beforeAll and super.afterAll respectively.
Attributes
- Supertypes
-
trait ScalaTestBasetrait OptionValuestrait Eventuallytrait ScalaFuturestrait Futurestrait PatienceConfigurationtrait AbstractPatienceConfigurationtrait ScaledTimeSpanstrait BeforeAndAfterAlltrait SuiteMixintrait Matcherstrait Explicitlytrait MatcherWordstrait ShouldVerbtrait Tolerancetrait TestSuitetrait Suitetrait Serializabletrait Assertionstrait TripleEqualstrait TripleEqualsSupportclass Objecttrait Matchableclass AnyShow all