Class EntityCryptoTestSuite

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.ofbiz.entity.testtools.EntityTestCase
org.apache.ofbiz.entity.test.EntityCryptoTestSuite
All Implemented Interfaces:
junit.framework.Test

public class EntityCryptoTestSuite extends EntityTestCase
The type EntityCryptoTestSuite.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Make sub select entity condition sub select.
    protected EntityCondition
    Make sub select condition entity condition.
    void
    Test crypto.
    void
    Test crypto encryption.
    void
    Test crypto lookup.
    void
    Test crypto sub select.

    Methods inherited from class org.apache.ofbiz.entity.testtools.EntityTestCase

    getDelegator, setDelegator

    Methods inherited from class junit.framework.TestCase

    assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EntityCryptoTestSuite

      public EntityCryptoTestSuite(String name)
  • Method Details

    • testCrypto

      public void testCrypto() throws Exception
      Test crypto.
      Throws:
      Exception - the exception
    • testCryptoEncryption

      public void testCryptoEncryption() throws Exception
      Test crypto encryption.
      Throws:
      Exception - the exception
    • testCryptoLookup

      public void testCryptoLookup() throws Exception
      Test crypto lookup.
      Throws:
      Exception - the exception
    • makeSubSelectCondition

      protected EntityCondition makeSubSelectCondition(String nanoTime)
      Make sub select condition entity condition.
      Parameters:
      nanoTime - the nano time
      Returns:
      the entity condition
    • makeSubSelect

      protected EntityConditionSubSelect makeSubSelect(String nanoTime)
      Make sub select entity condition sub select.
      Parameters:
      nanoTime - the nano time
      Returns:
      the entity condition sub select
    • testCryptoSubSelect

      public void testCryptoSubSelect() throws Exception
      Test crypto sub select.
      Throws:
      Exception - the exception