|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.ejutr.file_operations.EJUTRFileWriter
public class EJUTRFileWriter
EJUTRFileWriter is responsible for taking an EBOBActionLogger and generating a JUnit method in an existing Java test case file can be executed utilizing the jUnit plugin.
Constructor Summary | |
---|---|
EJUTRFileWriter(org.eclipse.core.resources.IFile file)
Constructs a new file writer. |
Method Summary | |
---|---|
void |
dumpTo(java.lang.String methodName)
Dumps the contents of the EBOBActionLogger to the file specified when this EJUTRFileWriter was created, and places them into a separate method specified here as a parameter. |
void |
dumpToNewFile()
Dumps the contents of the EBOBActionLogger to the file specified when this EJUTRFileWriter was created. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EJUTRFileWriter(org.eclipse.core.resources.IFile file)
dest
- the destination file to write to.Method Detail |
---|
public void dumpToNewFile()
public void dumpTo(java.lang.String methodName)
methodName
- the test method name to create.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |