de.berlios.jsunit.maven2
Class JsUnitSuite

java.lang.Object
  extended byde.berlios.jsunit.maven2.JsUnitSuite
All Implemented Interfaces:
java.io.Serializable

public class JsUnitSuite
extends java.lang.Object
implements java.io.Serializable

A TestSuite parameter

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
JsUnitSuite()
           
 
Method Summary
 void addInclude(java.lang.String string)
          Method addInclude
 boolean equals(java.lang.Object other)
          Method equals
 java.util.List getIncludes()
          Method getIncludes
 java.lang.String getModelEncoding()
           
 java.lang.String getName()
          Get The name of the test suite.
 java.lang.String getType()
          Get The run type of the test (ALLTESTS, TESTSUITES, TESTCASES).
 int hashCode()
          Method hashCode
 void removeInclude(java.lang.String string)
          Method removeInclude
 void setIncludes(java.util.List includes)
          Set The includes for the JavaScript test sources.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setName(java.lang.String name)
          Set The name of the test suite.
 void setType(java.lang.String type)
          Set The run type of the test (ALLTESTS, TESTSUITES, TESTCASES).
 java.lang.String toString()
          Method toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JsUnitSuite

public JsUnitSuite()
Method Detail

addInclude

public void addInclude(java.lang.String string)
Method addInclude

Parameters:
string -

equals

public boolean equals(java.lang.Object other)
Method equals

Parameters:
other -

getIncludes

public java.util.List getIncludes()
Method getIncludes


getName

public java.lang.String getName()
Get The name of the test suite.


getType

public java.lang.String getType()
Get The run type of the test (ALLTESTS, TESTSUITES, TESTCASES).


hashCode

public int hashCode()
Method hashCode


removeInclude

public void removeInclude(java.lang.String string)
Method removeInclude

Parameters:
string -

setIncludes

public void setIncludes(java.util.List includes)
Set The includes for the JavaScript test sources.

Parameters:
includes -

setName

public void setName(java.lang.String name)
Set The name of the test suite.

Parameters:
name -

setType

public void setType(java.lang.String type)
Set The run type of the test (ALLTESTS, TESTSUITES, TESTCASES).

Parameters:
type -

toString

public java.lang.String toString()
Method toString


setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2007 Joerg Schaible. All Rights Reserved.