test
Class GenericModelTest

java.lang.Object
  |
  +--test.GenericModelTest
Direct Known Subclasses:
MGInfAggregatedTest, MGInfTest, MMPPNTest, OnOffTest

public abstract class GenericModelTest
extends java.lang.Object


Field Summary
protected  java.io.FileWriter fichierReq
           
protected  boolean graphic
          Specify if we use a graphic mode or not
protected  java.io.File resultFile
          Result File ans associated FileWriter
protected  java.lang.String resultFileName
           
protected  int tpsSimul
          Test duration in minutes
 
Constructor Summary
GenericModelTest()
           
 
Method Summary
 java.lang.String getResultFileName()
          Method getResultFileName : return the name of the generated scenario file
 long getResultFileSize()
          Method getResultFileSize.
 int getTestDuration()
          Method getTestDuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tpsSimul

protected int tpsSimul
Test duration in minutes


graphic

protected boolean graphic
Specify if we use a graphic mode or not


resultFile

protected java.io.File resultFile
Result File ans associated FileWriter


fichierReq

protected java.io.FileWriter fichierReq

resultFileName

protected java.lang.String resultFileName
Constructor Detail

GenericModelTest

public GenericModelTest()
Method Detail

getResultFileName

public java.lang.String getResultFileName()
Method getResultFileName : return the name of the generated scenario file

Returns:
the result fileName

getTestDuration

public int getTestDuration()
Method getTestDuration

Returns:
test duration in mn

getResultFileSize

public long getResultFileSize()
                       throws java.lang.SecurityException
Method getResultFileSize.

Returns:
long
Throws:
java.lang.SecurityException