class TestAjaxClient[F[_]] extends AjaxClient[F]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestAjaxClient
- AjaxClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TestAjaxClient(autoRespondInitially: Boolean)
Type Members
- final type Req = TestAjaxClient.Req { type Codec[A] = F[A] }
- final type ReqOf[P <: AjaxProtocol[F]] = TestAjaxClient.Req { ... /* 2 definitions in type refinement */ }
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
- def addAutoResponse(p: AjaxProtocol[F])(f: (ReqOf[p.type]) => scalajs.react.Callback): Unit
- def addAutoResponsePF(f: PartialFunction[Req, scalajs.react.Callback]): Unit
- def apply(p: AjaxProtocol[F])(req: RequestType): CallbackTo[scalajs.react.AsyncCallback[Response[ResponseType]]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assertReqsSent(expect: Int): Unit
- var autoRespond: Boolean
- def autoRespondTo(req: Req): Unit
- def autoRespondToLast(): Unit
- var autoResponseFallback: (Req) => scalajs.react.Callback
- var autoResponsePFs: List[PartialFunction[Req, scalajs.react.Callback]]
- def clear(): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def defaultAutoResponseFallback: (Req) => scalajs.react.Callback
- Attributes
- protected
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def invoker(p: AjaxProtocol[F]): ServerSideProcInvoker[RequestType, ErrorMsg, ResponseType]
- Definition Classes
- TestAjaxClient → AjaxClient
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def last(): Req
- 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()
- def nthLast(n: Int): Req
- def onReq(req: Req): Req
- Attributes
- protected
- def processsResponse(p: AjaxProtocol[F])(req: RequestType, res: Response[ResponseType]): Either[ErrorMsg, ResponseType]
- Attributes
- protected
- Annotations
- @nowarn()
- var reqs: Vector[Req]
- def reset(): Unit
- def respondToLast(p: AjaxProtocol[F]): ResponseDsl[ResponseType, Unit]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- var timeoutMs: Long
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated