org.scalatest

object Tag

[source: org/scalatest/Tag.scala]

object Tag
extends AnyRef
Companion object for Tag, which offers a factory method.
Author
George Berger
Bill Venners
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
def apply(name : java.lang.String) : Tag
Factory method for creating new Tag objects.


Copyright (C) 2001-2010 Artima, Inc. All rights reserved.