Uses of Class
uk.co.jemos.podam.test.dto.OneDimensionalTestPojo

Packages that use OneDimensionalTestPojo
uk.co.jemos.podam.test.dto   
uk.co.jemos.podam.test.unit   
 

Uses of OneDimensionalTestPojo in uk.co.jemos.podam.test.dto
 

Fields in uk.co.jemos.podam.test.dto with type parameters of type OneDimensionalTestPojo
private  ConcurrentMap<String,OneDimensionalTestPojo> CollectionsPojo.concurrentHashMap
          A Concurrent Map
private  ConcurrentHashMap<String,OneDimensionalTestPojo> CollectionsPojo.concurrentHashMapImpl
          A Concurrent Map
private  Collection<OneDimensionalTestPojo> ImmutableWithGenericCollectionsPojo.generifiedCollection
           
private  HashMap<String,OneDimensionalTestPojo> CollectionsPojo.hashMap
          A map implementation of Strings
private  Map<String,OneDimensionalTestPojo> CollectionsPojo.map
          A Map of Strings vs Pojos
private  List<OneDimensionalTestPojo> SingletonWithParametersInStaticFactoryPojo.pojoList
           
private  Map<String,OneDimensionalTestPojo> SingletonWithParametersInStaticFactoryPojo.pojoMap
           
 

Methods in uk.co.jemos.podam.test.dto that return types with arguments of type OneDimensionalTestPojo
 ConcurrentMap<String,OneDimensionalTestPojo> CollectionsPojo.getConcurrentHashMap()
           
 ConcurrentHashMap<String,OneDimensionalTestPojo> CollectionsPojo.getConcurrentHashMapImpl()
           
 Collection<OneDimensionalTestPojo> ImmutableWithGenericCollectionsPojo.getGenerifiedCollection()
           
 HashMap<String,OneDimensionalTestPojo> CollectionsPojo.getHashMap()
           
 Map<String,OneDimensionalTestPojo> CollectionsPojo.getMap()
           
 List<OneDimensionalTestPojo> SingletonWithParametersInStaticFactoryPojo.getPojoList()
           
 Map<String,OneDimensionalTestPojo> SingletonWithParametersInStaticFactoryPojo.getPojoMap()
           
 

Method parameters in uk.co.jemos.podam.test.dto with type arguments of type OneDimensionalTestPojo
static SingletonWithParametersInStaticFactoryPojo SingletonWithParametersInStaticFactoryPojo.getInstance(Calendar createDate, List<OneDimensionalTestPojo> pojoList, Map<String,OneDimensionalTestPojo> pojoMap, String firstName)
          Singleton method
static SingletonWithParametersInStaticFactoryPojo SingletonWithParametersInStaticFactoryPojo.getInstance(Calendar createDate, List<OneDimensionalTestPojo> pojoList, Map<String,OneDimensionalTestPojo> pojoMap, String firstName)
          Singleton method
 void CollectionsPojo.setConcurrentHashMap(ConcurrentMap<String,OneDimensionalTestPojo> concurrentHashMap)
           
 void CollectionsPojo.setConcurrentHashMapImpl(ConcurrentHashMap<String,OneDimensionalTestPojo> concurrentHashMapImpl)
           
 void CollectionsPojo.setHashMap(HashMap<String,OneDimensionalTestPojo> hashMap)
           
 void CollectionsPojo.setMap(Map<String,OneDimensionalTestPojo> map)
           
 

Constructor parameters in uk.co.jemos.podam.test.dto with type arguments of type OneDimensionalTestPojo
ImmutableWithGenericCollectionsPojo(Collection<OneDimensionalTestPojo> generifiedCollection, Map<String,Calendar> generifiedMap, Set<ImmutableWithNonGenericCollectionsPojo> generifiedSet)
           
SingletonWithParametersInStaticFactoryPojo(Calendar createDate, List<OneDimensionalTestPojo> pojoList, Map<String,OneDimensionalTestPojo> pojoMap, String firstName)
          A private constructor to enforce the Singleton pattern
SingletonWithParametersInStaticFactoryPojo(Calendar createDate, List<OneDimensionalTestPojo> pojoList, Map<String,OneDimensionalTestPojo> pojoMap, String firstName)
          A private constructor to enforce the Singleton pattern
 

Uses of OneDimensionalTestPojo in uk.co.jemos.podam.test.unit
 

Method parameters in uk.co.jemos.podam.test.unit with type arguments of type OneDimensionalTestPojo
private  void PodamMockerUnitTest.validateConcurrentHashMap(ConcurrentMap<String,OneDimensionalTestPojo> map)
          It validates the concurrent hash map returned by podam
private  void PodamMockerUnitTest.validateHashMap(Map<String,OneDimensionalTestPojo> map)
          It validates the HashMap returned by Podam
private  void PodamMockerUnitTest.validateMapElement(Map<String,OneDimensionalTestPojo> map, Set<String> keySet)
          It validates a map element
 


Jemos 2002 - 2011: All Rights Reserved. Podam runs under the MIT license

Copyright © 2011. All Rights Reserved.