Class PluginSpec

  • All Implemented Interfaces:
    TestKitBase, java.io.Serializable, org.scalactic.Explicitly, org.scalactic.Tolerance, org.scalactic.TripleEquals, org.scalactic.TripleEqualsSupport, org.scalatest.Alerting, org.scalatest.Assertions, org.scalatest.BeforeAndAfterAll, org.scalatest.BeforeAndAfterEach, org.scalatest.Documenting, org.scalatest.Informing, org.scalatest.matchers.dsl.MatcherWords, org.scalatest.matchers.should.Matchers, org.scalatest.Notifying, org.scalatest.Suite, org.scalatest.SuiteMixin, org.scalatest.TestRegistration, org.scalatest.TestSuite, org.scalatest.verbs.CanVerb, org.scalatest.verbs.MustVerb, org.scalatest.verbs.ShouldVerb, org.scalatest.wordspec.AnyWordSpecLike
    Direct Known Subclasses:
    JournalSpec, SnapshotStoreSpec

    public abstract class PluginSpec
    extends java.lang.Object
    implements TestKitBase, org.scalatest.wordspec.AnyWordSpecLike, org.scalatest.matchers.should.Matchers, org.scalatest.BeforeAndAfterAll, org.scalatest.BeforeAndAfterEach
    See Also:
    Serialized Form
    • Constructor Detail

      • PluginSpec

        public PluginSpec​(com.typesafe.config.Config config)
    • Method Detail

      • NoArgTest

        public org.scalatest.TestSuite.NoArgTest$ NoArgTest()
        Specified by:
        NoArgTest in interface org.scalatest.TestSuite
      • a

        public org.scalatest.matchers.should.Matchers.AWord a()
        Specified by:
        a in interface org.scalatest.matchers.should.Matchers
      • actorInstanceId

        protected int actorInstanceId()
      • after

        public org.scalactic.Explicitly.TheAfterWord after()
        Specified by:
        after in interface org.scalactic.Explicitly
      • afterAll

        protected void afterAll()
        Specified by:
        afterAll in interface org.scalatest.BeforeAndAfterAll
      • an

        public org.scalatest.matchers.should.Matchers.AnWord an()
        Specified by:
        an in interface org.scalatest.matchers.should.Matchers
      • be

        public org.scalatest.matchers.dsl.BeWord be()
        Specified by:
        be in interface org.scalatest.matchers.dsl.MatcherWords
      • beforeAll

        protected void beforeAll()
        Specified by:
        beforeAll in interface org.scalatest.BeforeAndAfterAll
      • beforeEach

        protected void beforeEach()
        Specified by:
        beforeEach in interface org.scalatest.BeforeAndAfterEach
      • behave

        protected org.scalatest.verbs.BehaveWord behave()
        Specified by:
        behave in interface org.scalatest.wordspec.AnyWordSpecLike
      • compile

        public org.scalatest.verbs.CompileWord compile()
        Specified by:
        compile in interface org.scalatest.matchers.dsl.MatcherWords
      • config

        public com.typesafe.config.Config config()
      • contain

        public org.scalatest.matchers.dsl.ContainWord contain()
        Specified by:
        contain in interface org.scalatest.matchers.dsl.MatcherWords
      • decided

        public org.scalactic.Explicitly.DecidedWord decided()
        Specified by:
        decided in interface org.scalactic.Explicitly
      • defined

        public org.scalatest.matchers.dsl.DefinedWord defined()
        Specified by:
        defined in interface org.scalatest.matchers.dsl.MatcherWords
      • determined

        public org.scalactic.Explicitly.DeterminedWord determined()
        Specified by:
        determined in interface org.scalactic.Explicitly
      • empty

        public org.scalatest.matchers.dsl.EmptyWord empty()
        Specified by:
        empty in interface org.scalatest.matchers.dsl.MatcherWords
      • endWith

        public org.scalatest.matchers.dsl.EndWithWord endWith()
        Specified by:
        endWith in interface org.scalatest.matchers.dsl.MatcherWords
      • exist

        public org.scalatest.matchers.dsl.ExistWord exist()
        Specified by:
        exist in interface org.scalatest.matchers.dsl.MatcherWords
      • fullyMatch

        public org.scalatest.matchers.dsl.FullyMatchWord fullyMatch()
        Specified by:
        fullyMatch in interface org.scalatest.matchers.dsl.MatcherWords
      • have

        public org.scalatest.matchers.dsl.HaveWord have()
        Specified by:
        have in interface org.scalatest.matchers.dsl.MatcherWords
      • include

        public org.scalatest.matchers.dsl.IncludeWord include()
        Specified by:
        include in interface org.scalatest.matchers.dsl.MatcherWords
      • invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected

        public boolean invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected()
        Specified by:
        invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected in interface org.scalatest.BeforeAndAfterAll
      • it

        protected org.scalatest.wordspec.AnyWordSpecLike.ItWord it()
        Specified by:
        it in interface org.scalatest.wordspec.AnyWordSpecLike
      • key

        public org.scalatest.matchers.should.Matchers.KeyWord key()
        Specified by:
        key in interface org.scalatest.matchers.should.Matchers
      • length

        public org.scalatest.matchers.dsl.LengthWord length()
        Specified by:
        length in interface org.scalatest.matchers.dsl.MatcherWords
      • matchPattern

        public org.scalatest.matchers.dsl.MatchPatternWord matchPattern()
        Specified by:
        matchPattern in interface org.scalatest.matchers.dsl.MatcherWords
      • not

        public org.scalatest.matchers.dsl.NotWord not()
        Specified by:
        not in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalactic$Explicitly$_setter_$after_$eq

        protected void org$scalactic$Explicitly$_setter_$after_$eq​(org.scalactic.Explicitly.TheAfterWord x$1)
        Specified by:
        org$scalactic$Explicitly$_setter_$after_$eq in interface org.scalactic.Explicitly
      • org$scalactic$Explicitly$_setter_$decided_$eq

        protected void org$scalactic$Explicitly$_setter_$decided_$eq​(org.scalactic.Explicitly.DecidedWord x$1)
        Specified by:
        org$scalactic$Explicitly$_setter_$decided_$eq in interface org.scalactic.Explicitly
      • org$scalactic$Explicitly$_setter_$determined_$eq

        protected void org$scalactic$Explicitly$_setter_$determined_$eq​(org.scalactic.Explicitly.DeterminedWord x$1)
        Specified by:
        org$scalactic$Explicitly$_setter_$determined_$eq in interface org.scalactic.Explicitly
      • org$scalatest$Assertions$_setter_$succeed_$eq

        protected final void org$scalatest$Assertions$_setter_$succeed_$eq​(org.scalatest.compatible.Assertion x$1)
        Specified by:
        org$scalatest$Assertions$_setter_$succeed_$eq in interface org.scalatest.Assertions
      • org$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eq

        protected void org$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eq​(boolean x$1)
        Specified by:
        org$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eq in interface org.scalatest.BeforeAndAfterAll
      • org$scalatest$Suite$_setter_$styleName_$eq

        protected void org$scalatest$Suite$_setter_$styleName_$eq​(java.lang.String x$1)
        Specified by:
        org$scalatest$Suite$_setter_$styleName_$eq in interface org.scalatest.Suite
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$be_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$be_$eq​(org.scalatest.matchers.dsl.BeWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$be_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$compile_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$compile_$eq​(org.scalatest.verbs.CompileWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$compile_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$contain_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$contain_$eq​(org.scalatest.matchers.dsl.ContainWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$contain_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$defined_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$defined_$eq​(org.scalatest.matchers.dsl.DefinedWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$defined_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$empty_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$empty_$eq​(org.scalatest.matchers.dsl.EmptyWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$empty_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$endWith_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$endWith_$eq​(org.scalatest.matchers.dsl.EndWithWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$endWith_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$exist_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$exist_$eq​(org.scalatest.matchers.dsl.ExistWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$exist_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$fullyMatch_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$fullyMatch_$eq​(org.scalatest.matchers.dsl.FullyMatchWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$fullyMatch_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$have_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$have_$eq​(org.scalatest.matchers.dsl.HaveWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$have_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$include_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$include_$eq​(org.scalatest.matchers.dsl.IncludeWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$include_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$length_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$length_$eq​(org.scalatest.matchers.dsl.LengthWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$length_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$matchPattern_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$matchPattern_$eq​(org.scalatest.matchers.dsl.MatchPatternWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$matchPattern_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$not_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$not_$eq​(org.scalatest.matchers.dsl.NotWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$not_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$readable_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$readable_$eq​(org.scalatest.matchers.dsl.ReadableWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$readable_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$size_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$size_$eq​(org.scalatest.matchers.dsl.SizeWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$size_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$sorted_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$sorted_$eq​(org.scalatest.matchers.dsl.SortedWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$sorted_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$startWith_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$startWith_$eq​(org.scalatest.matchers.dsl.StartWithWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$startWith_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$typeCheck_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$typeCheck_$eq​(org.scalatest.verbs.TypeCheckWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$typeCheck_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$dsl$MatcherWords$_setter_$writable_$eq

        protected void org$scalatest$matchers$dsl$MatcherWords$_setter_$writable_$eq​(org.scalatest.matchers.dsl.WritableWord x$1)
        Specified by:
        org$scalatest$matchers$dsl$MatcherWords$_setter_$writable_$eq in interface org.scalatest.matchers.dsl.MatcherWords
      • org$scalatest$matchers$should$Matchers$_setter_$a_$eq

        protected void org$scalatest$matchers$should$Matchers$_setter_$a_$eq​(org.scalatest.matchers.should.Matchers.AWord x$1)
        Specified by:
        org$scalatest$matchers$should$Matchers$_setter_$a_$eq in interface org.scalatest.matchers.should.Matchers
      • org$scalatest$matchers$should$Matchers$_setter_$an_$eq

        protected void org$scalatest$matchers$should$Matchers$_setter_$an_$eq​(org.scalatest.matchers.should.Matchers.AnWord x$1)
        Specified by:
        org$scalatest$matchers$should$Matchers$_setter_$an_$eq in interface org.scalatest.matchers.should.Matchers
      • org$scalatest$matchers$should$Matchers$_setter_$key_$eq

        protected void org$scalatest$matchers$should$Matchers$_setter_$key_$eq​(org.scalatest.matchers.should.Matchers.KeyWord x$1)
        Specified by:
        org$scalatest$matchers$should$Matchers$_setter_$key_$eq in interface org.scalatest.matchers.should.Matchers
      • org$scalatest$matchers$should$Matchers$_setter_$regex_$eq

        protected void org$scalatest$matchers$should$Matchers$_setter_$regex_$eq​(org.scalatest.matchers.should.Matchers.RegexWord x$1)
        Specified by:
        org$scalatest$matchers$should$Matchers$_setter_$regex_$eq in interface org.scalatest.matchers.should.Matchers
      • org$scalatest$matchers$should$Matchers$_setter_$theSameInstanceAs_$eq

        protected void org$scalatest$matchers$should$Matchers$_setter_$theSameInstanceAs_$eq​(org.scalatest.matchers.should.Matchers.TheSameInstanceAsPhrase x$1)
        Specified by:
        org$scalatest$matchers$should$Matchers$_setter_$theSameInstanceAs_$eq in interface org.scalatest.matchers.should.Matchers
      • org$scalatest$matchers$should$Matchers$_setter_$value_$eq

        protected void org$scalatest$matchers$should$Matchers$_setter_$value_$eq​(org.scalatest.matchers.should.Matchers.ValueWord x$1)
        Specified by:
        org$scalatest$matchers$should$Matchers$_setter_$value_$eq in interface org.scalatest.matchers.should.Matchers
      • org$scalatest$wordspec$AnyWordSpecLike$_setter_$behave_$eq

        protected void org$scalatest$wordspec$AnyWordSpecLike$_setter_$behave_$eq​(org.scalatest.verbs.BehaveWord x$1)
        Specified by:
        org$scalatest$wordspec$AnyWordSpecLike$_setter_$behave_$eq in interface org.scalatest.wordspec.AnyWordSpecLike
      • org$scalatest$wordspec$AnyWordSpecLike$_setter_$it_$eq

        protected void org$scalatest$wordspec$AnyWordSpecLike$_setter_$it_$eq​(org.scalatest.wordspec.AnyWordSpecLike.ItWord x$1)
        Specified by:
        org$scalatest$wordspec$AnyWordSpecLike$_setter_$it_$eq in interface org.scalatest.wordspec.AnyWordSpecLike
      • org$scalatest$wordspec$AnyWordSpecLike$_setter_$stackDepth_$eq

        protected void org$scalatest$wordspec$AnyWordSpecLike$_setter_$stackDepth_$eq​(int x$1)
        Specified by:
        org$scalatest$wordspec$AnyWordSpecLike$_setter_$stackDepth_$eq in interface org.scalatest.wordspec.AnyWordSpecLike
      • org$scalatest$wordspec$AnyWordSpecLike$_setter_$styleName_$eq

        protected final void org$scalatest$wordspec$AnyWordSpecLike$_setter_$styleName_$eq​(java.lang.String x$1)
        Specified by:
        org$scalatest$wordspec$AnyWordSpecLike$_setter_$styleName_$eq in interface org.scalatest.wordspec.AnyWordSpecLike
      • org$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectRegistrationFunction_$eq

        protected void org$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectRegistrationFunction_$eq​(org.scalatest.verbs.StringVerbBlockRegistration x$1)
        Specified by:
        org$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectRegistrationFunction_$eq in interface org.scalatest.wordspec.AnyWordSpecLike
      • org$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectWithAfterWordRegistrationFunction_$eq

        protected void org$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectWithAfterWordRegistrationFunction_$eq​(org.scalatest.verbs.SubjectWithAfterWordRegistration x$1)
        Specified by:
        org$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectWithAfterWordRegistrationFunction_$eq in interface org.scalatest.wordspec.AnyWordSpecLike
      • org$scalatest$wordspec$AnyWordSpecLike$_setter_$they_$eq

        protected void org$scalatest$wordspec$AnyWordSpecLike$_setter_$they_$eq​(org.scalatest.wordspec.AnyWordSpecLike.TheyWord x$1)
        Specified by:
        org$scalatest$wordspec$AnyWordSpecLike$_setter_$they_$eq in interface org.scalatest.wordspec.AnyWordSpecLike
      • pid

        public java.lang.String pid()
      • readable

        public org.scalatest.matchers.dsl.ReadableWord readable()
        Specified by:
        readable in interface org.scalatest.matchers.dsl.MatcherWords
      • regex

        public org.scalatest.matchers.should.Matchers.RegexWord regex()
        Specified by:
        regex in interface org.scalatest.matchers.should.Matchers
      • size

        public org.scalatest.matchers.dsl.SizeWord size()
        Specified by:
        size in interface org.scalatest.matchers.dsl.MatcherWords
      • sorted

        public org.scalatest.matchers.dsl.SortedWord sorted()
        Specified by:
        sorted in interface org.scalatest.matchers.dsl.MatcherWords
      • startWith

        public org.scalatest.matchers.dsl.StartWithWord startWith()
        Specified by:
        startWith in interface org.scalatest.matchers.dsl.MatcherWords
      • styleName

        public final java.lang.String styleName()
        Deprecated.
        The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement. Since 3.1.0.
        Specified by:
        styleName in interface org.scalatest.wordspec.AnyWordSpecLike
        Specified by:
        styleName in interface org.scalatest.Suite
        Specified by:
        styleName in interface org.scalatest.SuiteMixin
      • subjectRegistrationFunction

        protected org.scalatest.verbs.StringVerbBlockRegistration subjectRegistrationFunction()
        Specified by:
        subjectRegistrationFunction in interface org.scalatest.wordspec.AnyWordSpecLike
      • subjectWithAfterWordRegistrationFunction

        protected org.scalatest.verbs.SubjectWithAfterWordRegistration subjectWithAfterWordRegistrationFunction()
        Specified by:
        subjectWithAfterWordRegistrationFunction in interface org.scalatest.wordspec.AnyWordSpecLike
      • subscribe

        public <T> boolean subscribe​(ActorRef subscriber,
                                     scala.reflect.ClassTag<T> evidence$1)
      • succeed

        public final org.scalatest.compatible.Assertion succeed()
        Specified by:
        succeed in interface org.scalatest.Assertions
      • testActor

        public ActorRef testActor()
        Description copied from interface: TestKitBase
        ActorRef of the test actor. Access is provided to enable e.g. registration as message target.
        Specified by:
        testActor in interface TestKitBase
      • theSameInstanceAs

        public org.scalatest.matchers.should.Matchers.TheSameInstanceAsPhrase theSameInstanceAs()
        Specified by:
        theSameInstanceAs in interface org.scalatest.matchers.should.Matchers
      • they

        protected org.scalatest.wordspec.AnyWordSpecLike.TheyWord they()
        Specified by:
        they in interface org.scalatest.wordspec.AnyWordSpecLike
      • typeCheck

        public org.scalatest.verbs.TypeCheckWord typeCheck()
        Specified by:
        typeCheck in interface org.scalatest.matchers.dsl.MatcherWords
      • value

        public org.scalatest.matchers.should.Matchers.ValueWord value()
        Specified by:
        value in interface org.scalatest.matchers.should.Matchers
      • writable

        public org.scalatest.matchers.dsl.WritableWord writable()
        Specified by:
        writable in interface org.scalatest.matchers.dsl.MatcherWords
      • writerUuid

        public java.lang.String writerUuid()