it.eng.spago.dbaccess.test
Class PasswordProviderTest

java.lang.Object
  extended byTestCase
      extended byit.eng.spago.dbaccess.test.PasswordProviderTest

public class PasswordProviderTest
extends TestCase

Author:
bernabei
See Also:
Serialized Form

Constructor Summary
PasswordProviderTest(java.lang.String arg0)
          Constructor for PasswordProviderTest.
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testDecipher()
          test per verificare la validità dell'algoritmo di decifratura
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordProviderTest

public PasswordProviderTest(java.lang.String arg0)
Constructor for PasswordProviderTest.

Parameters:
arg0 -
Method Detail

main

public static void main(java.lang.String[] args)

setUp

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

tearDown

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

testDecipher

public void testDecipher()
                  throws EMFInternalError
test per verificare la validità dell'algoritmo di decifratura

Throws:
EMFInternalError