net.walend.collection.test
Class TestCollectionFactory

java.lang.Object
  |
  +--net.walend.collection.test.TestCollectionFactory
Direct Known Subclasses:
TestCollectionFactoryOfFreezables

public class TestCollectionFactory
extends java.lang.Object

A factory for test collections.

Since:
20010621
Author:
David Walend

Field Summary
protected  TestString key1
           
protected  TestString key2
           
protected  TestString key2000
           
protected  TestString key2001
           
protected  TestString key3
           
protected  TestString key4
           
protected  TestString key5
           
protected  TestString key6
           
protected  TestString key7
           
protected  Set KEYS
           
protected  List LIST
           
protected  Map MAP
           
protected  TestString obA
           
protected  TestString obB
           
protected  TestString obC
           
protected  TestString obD
           
protected  TestString obE
           
protected  TestString obF
           
protected  TestString obG
           
protected  Set OBS
           
protected  TestString obY
           
protected  TestString obZ
           
 
Constructor Summary
TestCollectionFactory()
           
 
Method Summary
 void fillTestList(MutableList list)
           
 void fillTestMap(MutableMap map)
           
 void fillTestSet(MutableSet set)
          Fills in the collection with objects {D,A,F,B,E,G,C}
 TestString getKey1()
           
 TestString getKey2()
           
 TestString getKey2000()
           
 TestString getKey2001()
           
 TestString getKey3()
           
 TestString getKey4()
           
 TestString getKey5()
           
 TestString getKey6()
           
 TestString getKey7()
           
 Set getKEYS()
           
 List getLIST()
           
 Map getMAP()
           
 TestString getObA()
           
 TestString getObB()
           
 TestString getObC()
           
 TestString getObD()
           
 TestString getObE()
           
 TestString getObF()
           
 TestString getObG()
           
 Set getOBS()
           
 TestString getObY()
           
 TestString getObZ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

obA

protected TestString obA

obB

protected TestString obB

obC

protected TestString obC

obD

protected TestString obD

obE

protected TestString obE

obF

protected TestString obF

obG

protected TestString obG

obY

protected TestString obY

obZ

protected TestString obZ

OBS

protected Set OBS

key1

protected TestString key1

key2

protected TestString key2

key3

protected TestString key3

key4

protected TestString key4

key5

protected TestString key5

key6

protected TestString key6

key7

protected TestString key7

key2000

protected TestString key2000

key2001

protected TestString key2001

KEYS

protected Set KEYS

MAP

protected Map MAP

LIST

protected List LIST
Constructor Detail

TestCollectionFactory

public TestCollectionFactory()
Method Detail

getOBS

public Set getOBS()

getMAP

public Map getMAP()

getKEYS

public Set getKEYS()

getLIST

public List getLIST()

getObA

public TestString getObA()

getObB

public TestString getObB()

getObC

public TestString getObC()

getObD

public TestString getObD()

getObE

public TestString getObE()

getObF

public TestString getObF()

getObG

public TestString getObG()

getObY

public TestString getObY()

getObZ

public TestString getObZ()

getKey1

public TestString getKey1()

getKey2

public TestString getKey2()

getKey3

public TestString getKey3()

getKey4

public TestString getKey4()

getKey5

public TestString getKey5()

getKey6

public TestString getKey6()

getKey7

public TestString getKey7()

getKey2000

public TestString getKey2000()

getKey2001

public TestString getKey2001()

fillTestSet

public void fillTestSet(MutableSet set)
Fills in the collection with objects {D,A,F,B,E,G,C}


fillTestMap

public void fillTestMap(MutableMap map)

fillTestList

public void fillTestList(MutableList list)


Copyright (c) 2000, 2001, David Walend