de.bsvrz.sys.startstopp.prozessvew
Class JVMParameterAnalyseTest

java.lang.Object
  extended by de.bsvrz.sys.startstopp.prozessvew.JVMParameterAnalyseTest

public class JVMParameterAnalyseTest
extends java.lang.Object

Klasse zum Auswerten der JVM Parameter -Xmx, -Xmn und -Xms

Author:
Dambach Werke GmbH

Constructor Summary
JVMParameterAnalyseTest()
           
 
Method Summary
 void setUp()
           
static void setUpBeforeClass()
           
 void tearDown()
           
static void tearDownAfterClass()
           
 void testGetXmn()
          Test Methode für JVMParameterAnalyse.getXmn().
 void testGetXms()
          Test Methode für JVMParameterAnalyse.getXms().
 void testGetXmx()
          Test Methode für JVMParameterAnalyse.getXmx().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMParameterAnalyseTest

public JVMParameterAnalyseTest()
Method Detail

setUpBeforeClass

public static void setUpBeforeClass()
                             throws java.lang.Exception
Throws:
java.lang.Exception

tearDownAfterClass

public static void tearDownAfterClass()
                               throws java.lang.Exception
Throws:
java.lang.Exception

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

testGetXmx

public void testGetXmx()
Test Methode für JVMParameterAnalyse.getXmx().


testGetXms

public void testGetXms()
Test Methode für JVMParameterAnalyse.getXms().


testGetXmn

public void testGetXmn()
Test Methode für JVMParameterAnalyse.getXmn().