org.scalatest

class Group

[source: org/scalatest/Group.scala]

@scala.deprecated

abstract class Group(name : java.lang.String)
extends Tag
Group has been deprecated. It will be removed in a future release of ScalaTest. Please change any Group subclasses you have created so that they extend class Tag directly instead.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf

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