trait NoArgAsyncTest extends () => FutureOutcome with TestData
A test function taking no arguments and returning a FutureOutcome.
For more detail and examples, see the relevant section in the
documentation for trait AsyncFlatSpec.
- Source
- AsyncTestSuite.scala
- Alphabetic
- By Inheritance
- NoArgAsyncTest
- TestData
- Function0
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
-   abstract  def apply(): FutureOutcomeRuns the body of the test, returning a FutureOutcome.Runs the body of the test, returning a FutureOutcome.- Definition Classes
- NoArgAsyncTest → Function0
 
-   abstract  val configMap: ConfigMapA ConfigMapcontaining objects that can be used to configure the fixture and test.A ConfigMapcontaining objects that can be used to configure the fixture and test.- Definition Classes
- TestData
 
-   abstract  val name: StringThe name of this test. The name of this test. See the main documentation for this trait for an explanation of the difference between name,text, andscopes.- Definition Classes
- TestData
 
-   abstract  val pos: Option[Position]- Definition Classes
- TestData
 
-   abstract  val scopes: IndexedSeq[String]An immutable IndexedSeqcontaining the text for any "scopes" enclosing this test, in order from outermost to innermost scope.An immutable IndexedSeqcontaining the text for any "scopes" enclosing this test, in order from outermost to innermost scope.See the main documentation for this trait for an explanation of the difference between name,text, andscopes. If a test has no surrounding scopes, this field will contain an emptyIndexedSeq.- Definition Classes
- TestData
 
-   abstract  val tags: Set[String]Tag names for this test. Tag names for this test. - Definition Classes
- TestData
 
-   abstract  val text: StringThe "text" for this test. The "text" for this test. See the main documentation for this trait for an explanation of the difference between name,text, andscopes. If a test has no surrounding scopes, this field will contain the same string asname.- Definition Classes
- TestData
 
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 clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
-    def hashCode(): Int- Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @native()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native()
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toString(): String- Definition Classes
- Function0 → AnyRef → Any
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   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()