A B C D E F G H I J L M N O P R S T U V W X

S

save(File, String) - Method in class org.momeunit.ant.jad.JAD
Saves JAD to given file with given encoding.
save(OutputStream, String) - Method in class org.momeunit.ant.jad.JAD
Saves JAD to given OutputStream with given encoding.
save(Writer) - Method in class org.momeunit.ant.jad.JAD
Saves JAD to given Writer.
setAllowedSender(String) - Method in class org.momeunit.ant.jad.PushInfo
Sets allowed sender parameter.
setAppDir(File) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets directrory where <momeunit> builds J2ME application.
setAppJar(File) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets jar file of J2ME application to test.
setAppJar(File) - Method in class org.momeunit.ant.taskdefs.TestListTask
Sets jar file of J2ME application to scan for test cases
setAppName(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets name of application to build.
setClass(String) - Method in class org.momeunit.ant.jad.MIDletInfo
Sets classname of midlet.
setClassLoader(ClassLoader) - Method in class org.momeunit.ant.core.TestListHolder
Sets ClassLoader intended to load classes.
setClassName(String) - Method in class org.momeunit.ant.jad.PushInfo
Sets classname of midlet.
setClassname(String) - Method in class org.momeunit.ant.taskdefs.EmulatorElement
Sets classname of emulator.
setClassname(String) - Method in class org.momeunit.ant.taskdefs.FormatterElement
Sets classname of formatter.
setClassname(String) - Method in class org.momeunit.ant.taskdefs.PreverifierElement
Sets classname of preverifier.
setClasspath(Path) - Method in class org.momeunit.ant.core.WtkTool
Sets (not appends) classpath.
setClasspath(Path) - Method in class org.momeunit.ant.taskdefs.Compiler
Throws UnsupportedAttributeException excpetion;
setClasspath(Path) - Method in class org.momeunit.ant.taskdefs.EmulatorElement
Sets classpath used to run J2ME application.
setClassPath(Path) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Adds path to classpath.
setClassPath(Path) - Method in class org.momeunit.ant.taskdefs.TestListTask
Adds path to classpath.
setClasspathRef(Reference) - Method in class org.momeunit.ant.taskdefs.Compiler
Throws UnsupportedAttributeException excpetion;
setClasspathref(Reference) - Method in class org.momeunit.ant.taskdefs.EmulatorElement
Returns reference to classpath used to run J2ME application.
setConfig(String) - Method in class org.momeunit.ant.preverifier.Preverifier
Sets CLDC version.
setConfig(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets CLDC version to use.
setConfig(String) - Method in class org.momeunit.ant.taskdefs.PreverifierElement
Sets CLDC version used.
setConfig(String) - Method in class org.momeunit.ant.taskdefs.TestListTask
Sets CLDC version to use.
setConfiguration(String) - Method in class org.momeunit.ant.jad.JAD
Sets MicroEdition-Configuration attribute value.
setConURL(String) - Method in class org.momeunit.ant.jad.PushInfo
Sets connection URL.
setDataSize(String) - Method in class org.momeunit.ant.jad.JAD
Sets MIDlet-Data-Size attribute value.
setDataSize(String) - Method in class org.momeunit.ant.taskdefs.JADElement
Specifies MIDlet-Data-Size midlet attribute.
setDefPattern(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets default pattern to use.
setDefPattern(String) - Method in class org.momeunit.ant.taskdefs.TestListTask
Sets default pattern to use.
setDeleteConfirm(String) - Method in class org.momeunit.ant.jad.JAD
Sets MIDlet-Delete-Confirm attribute value.
setDeleteConfirm(String) - Method in class org.momeunit.ant.taskdefs.JADElement
Specifies MIDlet-Delete-Confirm midlet attribute.
setDeleteNotify(String) - Method in class org.momeunit.ant.jad.JAD
Sets MIDlet-Delete-Notify attribute value.
setDeleteNotify(String) - Method in class org.momeunit.ant.taskdefs.JADElement
Specifies MIDlet-Delete-Notify midlet attribute.
setDelOnExit(boolean) - Method in class org.momeunit.ant.taskdefs.Compiler
Sets destination directory with it's content to be marked for deletion
setDelOnExit(boolean) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets whether to delete J2ME application (jar and jad files) created after tests run.
setDescription(String) - Method in class org.momeunit.ant.jad.JAD
Sets MIDlet-Description attribute value.
setDestdir(File) - Method in class org.momeunit.ant.taskdefs.Compiler
 
setDevice(String) - Method in class org.momeunit.ant.emulator.Emulator
Sets the device used when running emulator.
setDevice(String) - Method in class org.momeunit.ant.taskdefs.EmulatorElement
Sets the device used to run J2ME application.
setEncoding(String) - Method in class org.momeunit.ant.formatter.UnitResultFormatter
Sets encoding of report.
setEncoding(String) - Method in class org.momeunit.ant.taskdefs.FormatterElement
Sets encoding of report file to create.
setEncoding(String) - Method in class org.momeunit.ant.taskdefs.JADElement
Charset to use for writing JAD descriptor.
setErrorClassName(String) - Method in class org.momeunit.ant.event.TestEvent
Sets classname of error or failure occurred.
setErrorProperty(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets name of the property to set on the event of an error.
setEventListeners(Set) - Method in class org.momeunit.ant.event.TestEventsFilter
Sets test event listeners to be notified about test events occurred.
setExtension(String) - Method in class org.momeunit.ant.taskdefs.FormatterElement
Sets the extension of report file.
setFailureProperty(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets name of the property to set on the event of a failure (errors are considered failures as well).
setFile(File) - Method in class org.momeunit.ant.taskdefs.JADElement
Appends properties from given JAD file.
setFilterTrace(boolean) - Method in class org.momeunit.ant.formatter.UnitResultFormatter
Sets whether to filter momeunit and mome stack frames from stack trace.
setFilterTrace(boolean) - Method in class org.momeunit.ant.taskdefs.FormatterElement
Sets filtertrace flag.
setFilterTrace(boolean) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets whether to filter out momeunit and mome stack frames from error and failure stack traces.
setHaltOnError(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets whether to stop the build process if an error occurs during the tests run.
setHaltOnFailure(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets whether to stop the build process if some test fails (errors are considered failures as well).
setHome(File) - Method in class org.momeunit.ant.taskdefs.EmulatorElement
Sets Emulator home directory.
setHome(File) - Method in class org.momeunit.ant.taskdefs.PreverifierElement
Sets Preverifier home directory.
setIcon(String) - Method in class org.momeunit.ant.jad.JAD
Sets MIDlet-Icon attribute value.
setIcon(String) - Method in class org.momeunit.ant.jad.MIDletInfo
Sets icon of midlet.
setIf(String) - Method in class org.momeunit.ant.taskdefs.LibDir
Sets if attribute.
setIf(String) - Method in class org.momeunit.ant.taskdefs.LibJar
Sets if attribute.
setIf(String) - Method in class org.momeunit.ant.taskdefs.ShouldUseElement
Sets name of property to be set to allow this element.
setIf(String) - Method in class org.momeunit.ant.taskdefs.TestDir
Sets name of property to be set to allow this element.
setIf(String) - Method in class org.momeunit.ant.taskdefs.TestJar
Sets name of property to be set to allow this element.
setInfoUrl(String) - Method in class org.momeunit.ant.jad.JAD
Sets MIDlet-Info-URL attribute value.
setInfoUrl(String) - Method in class org.momeunit.ant.taskdefs.JADElement
Specifies MIDlet-Info-URL midlet attribute.
setInputStream(InputStream) - Method in class org.momeunit.ant.core.OutputPipe
Sets input of this OutputPipe.
setInstallNotify(String) - Method in class org.momeunit.ant.jad.JAD
Sets MIDlet-Install-Notify attribute value.
setInstallNotify(String) - Method in class org.momeunit.ant.taskdefs.JADElement
Specifies MIDlet-Install-Notify midlet attribute.
setJar(String) - Method in class org.momeunit.ant.jad.JAD
Sets MIDlet-Jar-URL attribute value.
setJarSize(String) - Method in class org.momeunit.ant.jad.JAD
Sets MIDlet-Jar-Size attribute value.
setListenOnErr(boolean) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets whether to listen for test events at standard error output.
setListenOnOut(boolean) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets whether to listen for test events at standard output.
setMessagePriority(int) - Method in class org.momeunit.ant.core.OutputLogger
Sets message priority.
setMIDlet(int, MIDletInfo) - Method in class org.momeunit.ant.jad.JAD
Adds given midlet with given number.
setMsg(String) - Method in class org.momeunit.ant.event.TestEvent
Sets message of error or failure occurred.
setName(String) - Method in class org.momeunit.ant.jad.JAD
Sets MIDlet-Name attribute value.
setName(String) - Method in class org.momeunit.ant.jad.MIDletInfo
Sets name of midlet.
setName(String) - Method in class org.momeunit.ant.taskdefs.JADElement
Specifies MIDlet-Name midlet attribute.
setName(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets test suite name.
setName(String) - Method in class org.momeunit.ant.taskdefs.PropertyElement
Sets name of property.
setOnlyTests(boolean) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets whether to include only classes that implement momeunit.framework.Test interface in tests list.
setOnlyTests(boolean) - Method in class org.momeunit.ant.taskdefs.TestDir
 
setOnlyTests(boolean) - Method in interface org.momeunit.ant.taskdefs.TestElement
Sets classes designated by this test tag to be tested for Test interface implementation.
setOnlyTests(boolean) - Method in class org.momeunit.ant.taskdefs.TestJar
 
setOnlyTests(boolean) - Method in class org.momeunit.ant.taskdefs.TestListTask
Sets flag that indicates whether to include only classes from implicit test that implement Test interface.
setOptionalPermissions(String) - Method in class org.momeunit.ant.jad.JAD
Sets MIDlet-Permissions-Opt attribute value.
setOutput(OutputStream) - Method in class org.momeunit.ant.formatter.UnitResultFormatter
Sets OutputStream where formatter sends report.
setOwner(Task) - Method in class org.momeunit.ant.formatter.TestErrorIndicator
Sets owning task.
setPattern(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets pattern to refine list of test cases of implicit test.
setPattern(String) - Method in class org.momeunit.ant.taskdefs.TestDir
 
setPattern(String) - Method in interface org.momeunit.ant.taskdefs.TestElement
Sets pattern used to refine list of tests.
setPattern(String) - Method in class org.momeunit.ant.taskdefs.TestJar
 
setPattern(String) - Method in class org.momeunit.ant.taskdefs.TestListTask
Sets pattern to refine list of test cases of implicit test.
setPerm(String) - Method in class org.momeunit.ant.taskdefs.JADElement
Specifies MIDlet-Permissions midlet attribute.
setPermissions(String) - Method in class org.momeunit.ant.jad.JAD
Sets MIDlet-Permissions attribute value.
setPermOpt(String) - Method in class org.momeunit.ant.taskdefs.JADElement
Specifies MIDlet-Permissions-Opt midlet attribute.
setPreverify(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets whether to preverify built or specified by appjar J2ME application.
setPrintsummary(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets whether to print one-line statistics for each test case.
setProfile(String) - Method in class org.momeunit.ant.jad.JAD
Sets MicroEdition-Profile attribute value.
setProfile(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets MIDP version to use.
setProfile(String) - Method in class org.momeunit.ant.taskdefs.TestListTask
Sets MIDP version to use.
setProject(Project) - Method in class org.momeunit.ant.core.TestListHolder
Sets the owning project.
setProperty(String, String) - Method in class org.momeunit.ant.core.WtkTool
Sets property that configures WTK tool behavior if value is not null, removes property otherwise.
setProperty(String, String) - Method in class org.momeunit.ant.jad.JAD
Sets JAD attribute with given name and value.
setProperty(String) - Method in class org.momeunit.ant.taskdefs.TestListTask
Sets name of property to set to list of tests.
setPush(int, PushInfo) - Method in class org.momeunit.ant.jad.JAD
Adds given push record with the given midlet.
setReportDir(File) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets directory where report files should be created.
setReportFile(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets basename of report files to create.
setRunner(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets type of runner to use.
setSeparator(char) - Method in class org.momeunit.ant.taskdefs.TestListTask
Sets separator used to separate tests in the list.
setShowOutput(boolean) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets whether to direct output to ant's log.
setSourcepath(Path) - Method in class org.momeunit.ant.taskdefs.Compiler
Throws UnsupportedAttributeException excpetion;
setSourcepathRef(Reference) - Method in class org.momeunit.ant.taskdefs.Compiler
Throws UnsupportedAttributeException excpetion;
setSrcdir(Path) - Method in class org.momeunit.ant.taskdefs.Compiler
Throws UnsupportedAttributeException excpetion;
setStackTrace(String) - Method in class org.momeunit.ant.event.TestEvent
Sets stack trace of error or failure occurred.
setSummary(boolean) - Method in class org.momeunit.ant.formatter.TestErrorIndicator
Sets whether to print short summary.
setSystemError(String) - Method in class org.momeunit.ant.formatter.UnitResultFormatter
Sets error output generated by tests run and emulator.
setSystemOutput(String) - Method in class org.momeunit.ant.formatter.UnitResultFormatter
Sets output generated by tests run and emulator.
setTask(Task) - Method in class org.momeunit.ant.core.OutputLogger
Returns owning task.
setTask(Task) - Method in class org.momeunit.ant.core.WtkTool
Sets owning task
setTask(Task) - Method in class org.momeunit.ant.taskdefs.EmulatorElement
Sets owning task.
setTask(Task) - Method in class org.momeunit.ant.taskdefs.FormatterElement
Sets owning task.
setTask(Task) - Method in class org.momeunit.ant.taskdefs.PreverifierElement
Sets owning task.
setTestClassName(String) - Method in class org.momeunit.ant.event.TestEvent
Sets classname of test during which execution a test event occurred.
setTestDir(File) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets root directory of files to be scanned for test cases.
setTestDir(File) - Method in class org.momeunit.ant.taskdefs.TestListTask
Sets root directory of files to be scanned for test cases.
setTestJar(File) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets jar file to be scanned for test cases.
setTestJar(File) - Method in class org.momeunit.ant.taskdefs.TestListTask
Sets jar file to be scanned for test cases.
setTestName(String) - Method in class org.momeunit.ant.event.TestEvent
Sets name of test during which execution a test event occurred.
setTestType(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets type of files specified by testdir attribute.
setTestType(String) - Method in class org.momeunit.ant.taskdefs.TestListTask
Sets type of files specified by testdir attribute.
setTimeout(String) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets timeout property.
setTimestamp(long) - Method in class org.momeunit.ant.event.TestEvent
Sets time at which test event occurred.
setTmpDir(File) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets temporary directory.
setTmpDir(File) - Method in class org.momeunit.ant.taskdefs.TestListTask
Sets temporary directory.
setType(int) - Method in class org.momeunit.ant.event.TestEvent
Sets type of test event.
setType(String) - Method in class org.momeunit.ant.taskdefs.EmulatorElement
Sets type of emulator.
setType(String) - Method in class org.momeunit.ant.taskdefs.FormatterElement
Sets type of formatter.
setType(String) - Method in class org.momeunit.ant.taskdefs.PreverifierElement
Sets type of preverifier.
setType(String) - Method in class org.momeunit.ant.taskdefs.TestDir
Sets type of classes designated by <testdir> nested tag.
setUnless(String) - Method in class org.momeunit.ant.taskdefs.LibDir
Sets unless attribute.
setUnless(String) - Method in class org.momeunit.ant.taskdefs.LibJar
Sets unless attribute.
setUnless(String) - Method in class org.momeunit.ant.taskdefs.ShouldUseElement
Sets name of property to be unset to allow this element.
setUnless(String) - Method in class org.momeunit.ant.taskdefs.TestDir
Sets name of property to be unset to allow this element.
setUnless(String) - Method in class org.momeunit.ant.taskdefs.TestJar
Sets name of property to be unset to allow this element.
setUseFile(boolean) - Method in class org.momeunit.ant.taskdefs.FormatterElement
Sets flag that indicates whether to send output to external file or ant log system.
setValue(String) - Method in class org.momeunit.ant.core.EnumType
Sets value of this enumerated type.
setValue(String) - Method in class org.momeunit.ant.taskdefs.PropertyElement
Sets value of property.
setVendor(String) - Method in class org.momeunit.ant.jad.JAD
Sets MIDlet-Vendor attribute value.
setVendor(String) - Method in class org.momeunit.ant.taskdefs.JADElement
Specifies MIDlet-Vendor midlet attribute.
setVersion(String) - Method in class org.momeunit.ant.jad.JAD
Sets MIDlet-Version attribute value.
setVersion(String) - Method in class org.momeunit.ant.taskdefs.JADElement
Specifies MIDlet-Version midlet attribute.
setWithOutAndErr(boolean) - Method in class org.momeunit.ant.formatter.TestErrorIndicator
Sets whether include system output and system error produced by emulator and tests run.
setWtkHome(File) - Method in class org.momeunit.ant.core.WtkTool
Sets WTK home directory.
setWtkHome(File) - Method in class org.momeunit.ant.taskdefs.MoMEUnitTask
Sets WTK home directory.
setWtkHome(File) - Method in class org.momeunit.ant.taskdefs.TestListTask
Sets WTK home directory.
shouldUse(Task) - Method in class org.momeunit.ant.taskdefs.LibDir
Is this tag allowed to use.
shouldUse(Task) - Method in class org.momeunit.ant.taskdefs.LibJar
Is this tag allowed to use.
shouldUse(Task) - Method in class org.momeunit.ant.taskdefs.ShouldUseElement
Queries is this element allowed.
shouldUse(Task) - Method in class org.momeunit.ant.taskdefs.TestDir
 
shouldUse(Task) - Method in interface org.momeunit.ant.taskdefs.TestElement
Is this test tag allowed.
shouldUse(Task) - Method in class org.momeunit.ant.taskdefs.TestJar
 
ShouldUseElement - Class in org.momeunit.ant.taskdefs
Base class for elements that contain if/unless functionality.
ShouldUseElement() - Constructor for class org.momeunit.ant.taskdefs.ShouldUseElement
 
size() - Method in class org.momeunit.ant.core.TestListHolder
Returns number of test cases contained in this TestListHolder.
SOURCE_SUFFIX - Static variable in class org.momeunit.ant.core.TestListHolder
Suffix of java source files.
start() - Method in class org.momeunit.ant.core.OutputPipe
Starts processing input and sending it to a pipe if requested.
START_TEST - Static variable in class org.momeunit.ant.event.TestEvent
Start test event type.
startTest(TestEvent) - Method in class org.momeunit.ant.event.TestEventListener
Callback method that indicates the start of test run.
startTest(TestEvent) - Method in class org.momeunit.ant.formatter.BriefUnitResultFormatter
 
startTest(TestEvent) - Method in class org.momeunit.ant.formatter.TestErrorIndicator
 
startTest(TestEvent) - Method in class org.momeunit.ant.formatter.XMLUnitResultFormatter
 
startTestSuite(String) - Method in class org.momeunit.ant.formatter.BriefUnitResultFormatter
 
startTestSuite(String) - Method in class org.momeunit.ant.formatter.UnitResultFormatter
Callback method that indicates the start of tests run.
startTestSuite(String) - Method in class org.momeunit.ant.formatter.XMLUnitResultFormatter
 
SummaryAttribute - Class in org.momeunit.ant.taskdefs
Summary attribute representation.
SummaryAttribute(String) - Constructor for class org.momeunit.ant.taskdefs.SummaryAttribute
Instantiates SummaryAttribute initialized with given value.
SunEmulator - Class in org.momeunit.ant.emulator
Emulator that runs Sun WTK emulator tool.
SunEmulator(File) - Constructor for class org.momeunit.ant.emulator.SunEmulator
Instantiates Sun emulator with given WTK home directory.
SunEmulator() - Constructor for class org.momeunit.ant.emulator.SunEmulator
Instantiates Sun emulator.
SunPreverifier - Class in org.momeunit.ant.preverifier
Preverifier that runs Sun WTK preverify tool.
SunPreverifier(File) - Constructor for class org.momeunit.ant.preverifier.SunPreverifier
Instantiates Sun preverifier with given WTK home directory.
SunPreverifier() - Constructor for class org.momeunit.ant.preverifier.SunPreverifier
Instantiates Sun preverifier.
supportsFormatters() - Method in class org.momeunit.ant.taskdefs.RunnerType
Whether runner of this type supports test events.
SYSTEM_ERR - Static variable in interface org.momeunit.ant.core.XMLConstants
The name of system-err element.
SYSTEM_OUT - Static variable in interface org.momeunit.ant.core.XMLConstants
The name of system-out element.

A B C D E F G H I J L M N O P R S T U V W X