org.jzy3d.junit.replay
Class Scenario
java.lang.Object
org.jzy3d.junit.replay.Scenario
public class Scenario
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
events
protected List<IEventLog> events
name
protected String name
Scenario
public Scenario(String name)
register
public void register(IEventLog event)
getEvents
public List<IEventLog> getEvents()
setEvents
public void setEvents(List<IEventLog> events)
save
public void save()
throws Exception
- Throws:
Exception
save
protected void save(String folder)
throws Exception
- Throws:
Exception
save
protected void save(String folder,
String name)
throws Exception
- Throws:
Exception
saveEvents
protected void saveEvents(String folder,
String name)
throws Exception
- Throws:
Exception
info
public void info(String file)
getEventFile
public String getEventFile(String folder,
String name)
load
public void load()
throws Exception
- Throws:
Exception
load
protected void load(String folder,
String name)
throws IOException
- Throws:
IOException
loadEvents
protected void loadEvents(String folder,
String name)
throws IOException
- Throws:
IOException
getName
public String getName()
Copyright © 2013. All rights reserved.