org.scalatest

Group

class Group 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.

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.

attributes: abstract
linear super types: Tag, AnyRef, Any
annotations: @deprecated()
    deprecated:
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Group
  2. Tag
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Instance constructors

  1. new Group ( name : String )