Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

General SetupSpecificsPreferred ApproachRemarkExample
Class under tests operates on JCR Nodeonly few calls to the Nodeuse Mockito mock 
 need a simple hierarchy of Nodesdirectly use MockNode() 
 need a simple hierarchy of Nodes but with several propertiesuse SessionTestUtil to instantiate MockSession + MockNodes from propertiesStream or String 
 need a complex hierarchy of Nodes, real NodeTypes or issue real queriesuse RepositoryTestCase 

...