net.sf.jameleon.result
Interface SessionResultRecordable
- All Known Implementing Classes:
- AbstractCsvTag, AbstractDataDrivableTag, AbstractFileDrivableTag, CsvTag, IterateTag, SqlTag, TestCaseTag
public interface SessionResultRecordable
Describes a tag as being able to record session results. This interface helps define
which parent tag can contain session tags and therefore session results. This enables
the session tag to not be concerned with the logistics of which parent tag to search for
and how to add the SessionResult to that tag.
recordSessionResult
void recordSessionResult(SessionResult result)
- Records a SessionResult to the tag's results
- Parameters:
result
-
Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.