org.exolab.jmscts.core.service
Interface Snapshot
- All Superinterfaces:
- java.rmi.Remote
- public interface Snapshot
- extends java.rmi.Remote
This interface enables the state of a running compliance suite to be
captured.
- Version:
- $Revision: 1.2 $ $Date: 2004/02/02 03:49:20 $
- Author:
- Tim Anderson
- See Also:
SnapshotService
Method Summary |
void |
snapshot(java.lang.String path)
Snapshot the current test suite coverage |
snapshot
public void snapshot(java.lang.String path)
throws java.rmi.RemoteException
- Snapshot the current test suite coverage
- Parameters:
path
- the directory path to write the coverage report- Throws:
java.rmi.RemoteException
- if the report cannot be generated
Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.