Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.apache.derbyTesting.unitTests.services

Classes in org.apache.derbyTesting.unitTests.services used by org.apache.derbyTesting.unitTests.services
MarkedLimitInputStream
          An input stream whose internal data is in blocks, the format of each block is (boolean isLastBlock, int blockLength, sequence of blockLength bytes) All blocks except for the last block must have isLastBlock set to false.
T_Cacheable
           
T_CacheService
           
T_DiagTestClass1
          A test class for T_Diagnosticable.
T_Key
          Key for these objects is an array of objects value - Integer or String - implies what object should be used in the cache.
T_L1
          Unit test Lockable
A simple Lockable that allows a single locker, but that locker can lock the object multiple times, standard Lockable behaviour.
T_StandardException
          A standard exception for testing.