Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.test.persistence
Class QueryTest
junit.framework.Assert
  |
  +--junit.framework.TestCase
       |
       +--com.newstep.solid.test.persistence.PersistenceBaseTestCase
            |
            +--com.newstep.solid.test.persistence.QueryTest
All Implemented Interfaces:
       Test

public class QueryTest      
 
Links:
Kernel Association Association Link
to Interface CRUDKeeper
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
 
Kernel Association Association Link
to Class PersistenceContext
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
package
 
Kernel Association Association Link
to Interface Transaction
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
package
 
Generalization Generalization Link
to Class PersistenceBaseTestCase
 
 

Nested Class Summary
class
class
Field Summary
private CRUDKeeper
String
Method Summary
public boolean
matches(Object obj)
public String
protected void
protected void
public void
public void
public void
public void
Field Detail
bladeKeeper
private CRUDKeeper bladeKeeper
Multiplicity:
1
 

ctx
PersistenceContext ctx
Multiplicity:
1
 

tx
Transaction tx
Multiplicity:
1
 
Method Detail
setUp
protected void setUp ()
 
Throws:
Exception
 

tearDown
protected void tearDown ()
 
Throws:
Exception
 

testDbPreQuery
public void testDbPreQuery ()
 
Throws:
Exception
 

testPostQuery
public void testPostQuery ()
 
Throws:
Exception
 

testPreQuery
public void testPreQuery ()
 
Throws:
Exception
 

testQueryByBean
public void testQueryByBean ()
 
Throws:
Exception
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD