|
ScalaTest 1.1
|
|
org/scalatest/Tag.scala]
object
Tag
extends AnyRefTag, which offers a factory method.| Method Summary | |
def
|
apply
(name : java.lang.String) : Tag
Factory method for creating new
Tag objects. |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
ScalaTest 1.1
|
|