trait RequestResponsePactForger extends RequestResponsePactForgerResources with SuiteMixin
- Self Type
- RequestResponsePactForger with Suite
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequestResponsePactForger
- SuiteMixin
- RequestResponsePactForgerResources
- RequestResponsePactOps
- BasePactForgerResources
- Pact4sLogger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
Effect[_] = Either[Throwable, _]
- Definition Classes
- RequestResponsePactForger → BasePactForgerResources
Abstract Value Members
-
abstract
def
expectedTestCount(filter: Filter): Int
- Definition Classes
- SuiteMixin
-
abstract
def
nestedSuites: IndexedSeq[Suite]
- Definition Classes
- SuiteMixin
-
abstract
def
pact: RequestResponsePact
- Definition Classes
- BasePactForgerResources
-
abstract
def
rerunner: Option[String]
- Definition Classes
- SuiteMixin
-
abstract
def
runNestedSuites(args: Args): Status
- Attributes
- protected
- Definition Classes
- SuiteMixin
-
abstract
def
runTest(testName: String, args: Args): Status
- Attributes
- protected
- Definition Classes
- SuiteMixin
-
abstract
def
runTests(testName: Option[String], args: Args): Status
- Attributes
- protected
- Definition Classes
- SuiteMixin
-
abstract
def
suiteId: String
- Definition Classes
- SuiteMixin
-
abstract
def
suiteName: String
- Definition Classes
- SuiteMixin
-
abstract
def
tags: Map[String, Set[String]]
- Definition Classes
- SuiteMixin
-
abstract
def
testDataFor(testName: String, theConfigMap: ConfigMap): TestData
- Definition Classes
- SuiteMixin
-
abstract
def
testNames: Set[String]
- Definition Classes
- SuiteMixin
-
abstract
val
styleName: String
- Definition Classes
- SuiteMixin
- Annotations
- @deprecated
- Deprecated
(Since version 3.1.0) The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement.
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
beforeWritePacts(): Either[Throwable, Unit]
- Definition Classes
- RequestResponsePactForger → BasePactForgerResources
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
mockProviderConfig: MockProviderConfig
- Definition Classes
- RequestResponsePactForgerResources
- def mockServer: BaseMockServer
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
pactTestExecutionContext: PactTestExecutionContext
- Definition Classes
- BasePactForgerResources
-
def
run(testName: Option[String], args: Args): Status
- Definition Classes
- RequestResponsePactForger → SuiteMixin
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
implicit
def
toPactDslRequestWithPathOps(builder: PactDslRequestWithPath): PactDslRequestWithPathOps
- Definition Classes
- RequestResponsePactOps
-
implicit
def
toPactDslRequestWithoutPathOps(builder: PactDslRequestWithoutPath): PactDslRequestWithoutPathOps
- Definition Classes
- RequestResponsePactOps
-
implicit
def
toPactDslResponseOps(builder: PactDslResponse): PactDslResponseOps
- Definition Classes
- RequestResponsePactOps
-
implicit
def
toPactDslResponseOpsForPlatform(builder: PactDslResponse): PactDslResponseOpsForPlatform
- Definition Classes
- RequestResponsePactOps
-
implicit
def
toPactDslWithStateOps(builder: PactDslWithState): PactDslWithStateOps
- Definition Classes
- RequestResponsePactOps
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated