A B C D E F G I J K L M N P R S T V W

A

AbstractClassPathResolverTest - Class in nl.beesting.beangenerator.locators.methodlocators
Test to see if the AbstractClassPathResolver works.
AbstractClassPathResolverTest() - Constructor for class nl.beesting.beangenerator.locators.methodlocators.AbstractClassPathResolverTest
 
AbstractInstanceGeneratorTest - Class in nl.beesting.beangenerator.generator
 
AbstractInstanceGeneratorTest() - Constructor for class nl.beesting.beangenerator.generator.AbstractInstanceGeneratorTest
 
AnnotationClassLocatorTest - Class in nl.beesting.beangenerator.locators
 
AnnotationClassLocatorTest() - Constructor for class nl.beesting.beangenerator.locators.AnnotationClassLocatorTest
 
assertBetween(Object) - Method in class nl.beesting.beangenerator.generator.AbstractInstanceGeneratorTest
 
assertBetween(Object) - Method in class nl.beesting.beangenerator.generator.DateInstanceGeneratorTest
assertBetween(Object) - Method in class nl.beesting.beangenerator.generator.FloatingPointNumberInstanceGeneratorTest
assertBetween(Object) - Method in class nl.beesting.beangenerator.generator.IntegralNumberInstanceGeneratorTest
assertBetween(Object) - Method in class nl.beesting.beangenerator.generator.PhoneticalNameGeneratorTest
 
assertBetween(Object) - Method in class nl.beesting.beangenerator.generator.StringInstanceGeneratorTest
assertBetween(Object) - Method in class nl.beesting.beangenerator.generator.TextInstanceGeneratorTest
 

B

BeanFactoryTest - Class in nl.beesting.beangenerator
 
BeanFactoryTest() - Constructor for class nl.beesting.beangenerator.BeanFactoryTest
 
BeanGeneratorConfigParserAnnotatedTest - Class in nl.beesting.beangenerator.config
A test that uses the annotations ures in a class to configure the BeanGenerator.
BeanGeneratorConfigParserAnnotatedTest(String) - Constructor for class nl.beesting.beangenerator.config.BeanGeneratorConfigParserAnnotatedTest
 
BeanGeneratorConfigParserTest - Class in nl.beesting.beangenerator.config
 
BeanGeneratorConfigParserTest() - Constructor for class nl.beesting.beangenerator.config.BeanGeneratorConfigParserTest
 

C

Cat - Class in nl.beesting.beangenerator.example
 
Cat() - Constructor for class nl.beesting.beangenerator.example.Cat
 
CatService - Interface in nl.beesting.beangenerator.example.service
 
CatServiceAnnotated - Class in nl.beesting.beangenerator.example.service
Example class that uses annotations to configure the data creation.
CatServiceAnnotated() - Constructor for class nl.beesting.beangenerator.example.service.CatServiceAnnotated
 
CatServiceImpl - Class in nl.beesting.beangenerator.example.service
 
CatServiceImpl() - Constructor for class nl.beesting.beangenerator.example.service.CatServiceImpl
 
clear() - Method in class nl.beesting.util.MockingTest
Clear the mock cache.
ConfigurationClassLocatorTest - Class in nl.beesting.beangenerator.locators
 
ConfigurationClassLocatorTest() - Constructor for class nl.beesting.beangenerator.locators.ConfigurationClassLocatorTest
 
createMock(Class<T>) - Method in class nl.beesting.util.MockingTest
Creates an EasyMock mock, and adds it to the cache so that we can easily replay and verify all mocks simultaneously.
createNiceMock(Class<T>) - Method in class nl.beesting.util.MockingTest
Creates a "nice" EasyMock mock and adds it to the cache.

D

DateInstanceGeneratorTest - Class in nl.beesting.beangenerator.generator
 
DateInstanceGeneratorTest() - Constructor for class nl.beesting.beangenerator.generator.DateInstanceGeneratorTest
 

E

EntryTest - Class in nl.beesting.beangenerator.locators.methodlocators
Test to see if the entry works.
EntryTest() - Constructor for class nl.beesting.beangenerator.locators.methodlocators.EntryTest
 

F

findAllKittens() - Method in class nl.beesting.beangenerator.locators.ReturnTypeClassLocatorTest
 
findCatById(Long) - Method in interface nl.beesting.beangenerator.example.service.CatService
 
findCatById(Long) - Method in class nl.beesting.beangenerator.example.service.CatServiceImpl
findCatByName(String) - Method in class nl.beesting.beangenerator.locators.MethodClassLocatorTest
 
findCatigByName(String) - Method in class nl.beesting.beangenerator.locators.MethodClassLocatorTest
 
findCatsByColor(Color) - Method in interface nl.beesting.beangenerator.example.service.CatService
 
findCatsByColor(Color) - Method in class nl.beesting.beangenerator.example.service.CatServiceAnnotated
 
findCatsByColor(Color) - Method in class nl.beesting.beangenerator.example.service.CatServiceImpl
findCatsByColor(Color) - Method in class nl.beesting.beangenerator.locators.AnnotationClassLocatorTest
Because method is a final class there is no way to mock it so we'll define it here...
findCatsByName(String) - Method in class nl.beesting.beangenerator.locators.MethodClassLocatorTest
 
findKittenById(Long) - Method in class nl.beesting.beangenerator.locators.ConfigurationClassLocatorTest
 
findKittenById(Long) - Method in class nl.beesting.beangenerator.locators.ReturnTypeClassLocatorTest
 
findKittens() - Method in interface nl.beesting.beangenerator.example.service.CatService
 
findKittens() - Method in class nl.beesting.beangenerator.example.service.CatServiceImpl
findSomeCodeOrWhatever() - Method in class nl.beesting.beangenerator.locators.ReturnTypeClassLocatorTest
 
FloatingPointNumberInstanceGeneratorTest - Class in nl.beesting.beangenerator.generator
 
FloatingPointNumberInstanceGeneratorTest() - Constructor for class nl.beesting.beangenerator.generator.FloatingPointNumberInstanceGeneratorTest
 

G

getAge() - Method in class nl.beesting.beangenerator.example.Cat
 
getColor() - Method in class nl.beesting.beangenerator.example.Cat
 
getColor() - Method in class nl.beesting.beangenerator.example.Kitten
 
getConfigLocations() - Method in class nl.beesting.beangenerator.locators.AnnotationClassLocatorTest
 
getConfigLocations() - Method in class nl.beesting.beangenerator.locators.MethodClassLocatorTest
 
getId() - Method in class nl.beesting.beangenerator.example.Cat
 
getInstanceGenerator() - Method in class nl.beesting.beangenerator.generator.AbstractInstanceGeneratorTest
 
getInstanceGenerator() - Method in class nl.beesting.beangenerator.generator.DateInstanceGeneratorTest
getInstanceGenerator() - Method in class nl.beesting.beangenerator.generator.FloatingPointNumberInstanceGeneratorTest
getInstanceGenerator() - Method in class nl.beesting.beangenerator.generator.IntegralNumberInstanceGeneratorTest
getInstanceGenerator() - Method in class nl.beesting.beangenerator.generator.PhoneticalNameGeneratorTest
getInstanceGenerator() - Method in class nl.beesting.beangenerator.generator.RegularExpressionInstanceGeneratorTest
getInstanceGenerator() - Method in class nl.beesting.beangenerator.generator.StringInstanceGeneratorTest
getInstanceGenerator() - Method in class nl.beesting.beangenerator.generator.TextInstanceGeneratorTest
getKittens() - Method in class nl.beesting.beangenerator.example.Cat
 
getName() - Method in class nl.beesting.beangenerator.example.Cat
 
getName() - Method in class nl.beesting.beangenerator.example.Kitten
 
getSupportedTypes() - Method in class nl.beesting.beangenerator.generator.AbstractInstanceGeneratorTest
 
getSupportedTypes() - Method in class nl.beesting.beangenerator.generator.DateInstanceGeneratorTest
getSupportedTypes() - Method in class nl.beesting.beangenerator.generator.FloatingPointNumberInstanceGeneratorTest
getSupportedTypes() - Method in class nl.beesting.beangenerator.generator.IntegralNumberInstanceGeneratorTest
getSupportedTypes() - Method in class nl.beesting.beangenerator.generator.PhoneticalNameGeneratorTest
getSupportedTypes() - Method in class nl.beesting.beangenerator.generator.StringInstanceGeneratorTest
getSupportedTypes() - Method in class nl.beesting.beangenerator.generator.TextInstanceGeneratorTest
getValue(Object, String) - Method in class nl.beesting.util.MockingTest
Helper method to get a value from an instance which doesn't have a getter for the field.

I

initTest() - Method in class nl.beesting.beangenerator.generator.AbstractInstanceGeneratorTest
 
initTest() - Method in class nl.beesting.beangenerator.generator.DateInstanceGeneratorTest
 
initTest() - Method in class nl.beesting.beangenerator.generator.FloatingPointNumberInstanceGeneratorTest
initTest() - Method in class nl.beesting.beangenerator.generator.IntegralNumberInstanceGeneratorTest
 
initTest() - Method in class nl.beesting.beangenerator.generator.PhoneticalNameGeneratorTest
initTest() - Method in class nl.beesting.beangenerator.generator.StringInstanceGeneratorTest
initTest() - Method in class nl.beesting.beangenerator.generator.TextInstanceGeneratorTest
IntegralNumberInstanceGeneratorTest - Class in nl.beesting.beangenerator.generator
Unit test for @see IntegralNumberInstanceGenerator.
IntegralNumberInstanceGeneratorTest() - Constructor for class nl.beesting.beangenerator.generator.IntegralNumberInstanceGeneratorTest
 
isAssignable(Class, Object) - Static method in class nl.beesting.beangenerator.generator.AbstractInstanceGeneratorTest
Determine if the given type is assignable from the given value, assuming setting by reflection.

J

JarClassResolverTest - Class in nl.beesting.beangenerator.locators.methodlocators
Test to see the if the JarClassResolver test.
JarClassResolverTest() - Constructor for class nl.beesting.beangenerator.locators.methodlocators.JarClassResolverTest
 

K

Kitten - Class in nl.beesting.beangenerator.example
 
Kitten() - Constructor for class nl.beesting.beangenerator.example.Kitten
 

L

ListInstanceGeneratorTest - Class in nl.beesting.beangenerator.generator
 
ListInstanceGeneratorTest() - Constructor for class nl.beesting.beangenerator.generator.ListInstanceGeneratorTest
 

M

main(String[]) - Static method in class nl.beesting.beangenerator.generator.TextInstanceGeneratorTest
 
MethodClassLocatorTest - Class in nl.beesting.beangenerator.locators
 
MethodClassLocatorTest() - Constructor for class nl.beesting.beangenerator.locators.MethodClassLocatorTest
 
MockingTest - Class in nl.beesting.util
Abstract parent test class that takes care of setting up some easymock stuff.
MockingTest() - Constructor for class nl.beesting.util.MockingTest
 

N

nl.beesting.beangenerator - package nl.beesting.beangenerator
 
nl.beesting.beangenerator.config - package nl.beesting.beangenerator.config
 
nl.beesting.beangenerator.example - package nl.beesting.beangenerator.example
 
nl.beesting.beangenerator.example.service - package nl.beesting.beangenerator.example.service
 
nl.beesting.beangenerator.generator - package nl.beesting.beangenerator.generator
 
nl.beesting.beangenerator.locators - package nl.beesting.beangenerator.locators
 
nl.beesting.beangenerator.locators.methodlocators - package nl.beesting.beangenerator.locators.methodlocators
 
nl.beesting.beangenerator.util - package nl.beesting.beangenerator.util
 
nl.beesting.util - package nl.beesting.util
 

P

PhoneticalNameGeneratorTest - Class in nl.beesting.beangenerator.generator
 
PhoneticalNameGeneratorTest() - Constructor for class nl.beesting.beangenerator.generator.PhoneticalNameGeneratorTest
 

R

RandomUtilTest - Class in nl.beesting.beangenerator.util
 
RandomUtilTest() - Constructor for class nl.beesting.beangenerator.util.RandomUtilTest
 
RegularExpressionInstanceGeneratorTest - Class in nl.beesting.beangenerator.generator
 
RegularExpressionInstanceGeneratorTest() - Constructor for class nl.beesting.beangenerator.generator.RegularExpressionInstanceGeneratorTest
 
replayAll() - Method in class nl.beesting.util.MockingTest
Replay all mocks in the class.
ReturnTypeClassLocatorTest - Class in nl.beesting.beangenerator.locators
 
ReturnTypeClassLocatorTest() - Constructor for class nl.beesting.beangenerator.locators.ReturnTypeClassLocatorTest
 

S

setAge(int) - Method in class nl.beesting.beangenerator.example.Cat
 
setColor(Color) - Method in class nl.beesting.beangenerator.example.Cat
 
setColor(Color) - Method in class nl.beesting.beangenerator.example.Kitten
 
setId(Long) - Method in class nl.beesting.beangenerator.example.Cat
 
setKittens(Collection<Kitten>) - Method in class nl.beesting.beangenerator.example.Cat
 
setName(String) - Method in class nl.beesting.beangenerator.example.Cat
 
setName(String) - Method in class nl.beesting.beangenerator.example.Kitten
 
setUp() - Method in class nl.beesting.beangenerator.BeanFactoryTest
 
setUp() - Method in class nl.beesting.beangenerator.config.BeanGeneratorConfigParserTest
 
setUp() - Method in class nl.beesting.beangenerator.generator.ListInstanceGeneratorTest
setUp() - Method in class nl.beesting.beangenerator.locators.ConfigurationClassLocatorTest
setUp() - Method in class nl.beesting.beangenerator.locators.methodlocators.AbstractClassPathResolverTest
setValue(Object, String, Object) - Static method in class nl.beesting.util.MockingTest
Helper method to set a value on an instance which doesn't have a setter for the field.
setVictim(AnnotationClassLocator) - Method in class nl.beesting.beangenerator.locators.AnnotationClassLocatorTest
 
setVictim(MethodClassLocator) - Method in class nl.beesting.beangenerator.locators.MethodClassLocatorTest
 
StringInstanceGeneratorTest - Class in nl.beesting.beangenerator.generator
 
StringInstanceGeneratorTest() - Constructor for class nl.beesting.beangenerator.generator.StringInstanceGeneratorTest
 

T

tearDown() - Method in class nl.beesting.util.MockingTest
Clears the mock cache after each method.
testFindClass() - Method in class nl.beesting.beangenerator.locators.ConfigurationClassLocatorTest
 
testFindClass() - Method in class nl.beesting.beangenerator.locators.MethodClassLocatorTest
 
testFindClass() - Method in class nl.beesting.beangenerator.locators.ReturnTypeClassLocatorTest
 
testGenerateInstance() - Method in class nl.beesting.beangenerator.generator.RegularExpressionInstanceGeneratorTest
 
testGenerateInstanceClass() - Method in class nl.beesting.beangenerator.generator.AbstractInstanceGeneratorTest
 
testGenerateInstanceClass() - Method in class nl.beesting.beangenerator.generator.ListInstanceGeneratorTest
 
testGenerateInstanceClass() - Method in class nl.beesting.beangenerator.generator.WordListGeneratorTest
 
testInit() - Method in class nl.beesting.beangenerator.generator.ListInstanceGeneratorTest
 
testInit() - Method in class nl.beesting.beangenerator.generator.WordListGeneratorTest
 
testInitBase() - Method in class nl.beesting.beangenerator.generator.AbstractInstanceGeneratorTest
 
testInitRandomDoubleBetween() - Method in class nl.beesting.beangenerator.util.RandomUtilTest
 
testInitRandomIntBetween() - Method in class nl.beesting.beangenerator.util.RandomUtilTest
 
testInitRandomLongBetween() - Method in class nl.beesting.beangenerator.util.RandomUtilTest
 
testInitRandomLongBetweenZeroZero() - Method in class nl.beesting.beangenerator.util.RandomUtilTest
 
testInstanciateBean() - Method in class nl.beesting.beangenerator.BeanFactoryTest
 
testParseConfig() - Method in class nl.beesting.beangenerator.config.BeanGeneratorConfigParserTest
 
testShouldConstructJarClassResolverWithJarFiles() - Method in class nl.beesting.beangenerator.locators.methodlocators.JarClassResolverTest
 
testShouldDelageteToClassResolver() - Method in class nl.beesting.beangenerator.locators.methodlocators.AbstractClassPathResolverTest
 
testShouldFindClassInJarFile() - Method in class nl.beesting.beangenerator.locators.methodlocators.JarClassResolverTest
 
testShouldIgnoreFilesThatAreNotJarsOrDirectories() - Method in class nl.beesting.beangenerator.locators.methodlocators.AbstractClassPathResolverTest
 
testShouldOpenAndCloseJarFile() - Method in class nl.beesting.beangenerator.locators.methodlocators.EntryTest
 
testShouldUseAnnotationUsedInInstrumentedClass() - Method in class nl.beesting.beangenerator.config.BeanGeneratorConfigParserAnnotatedTest
 
testShouldUseAnnotionToFindReturnType() - Method in class nl.beesting.beangenerator.locators.AnnotationClassLocatorTest
 
TextInstanceGeneratorTest - Class in nl.beesting.beangenerator.generator
 
TextInstanceGeneratorTest() - Constructor for class nl.beesting.beangenerator.generator.TextInstanceGeneratorTest
 
toString() - Method in class nl.beesting.beangenerator.example.Cat
toString() - Method in class nl.beesting.beangenerator.example.Kitten

V

verifyAll() - Method in class nl.beesting.util.MockingTest
Verify all mocks in the cache.

W

WordListGeneratorTest - Class in nl.beesting.beangenerator.generator
 
WordListGeneratorTest() - Constructor for class nl.beesting.beangenerator.generator.WordListGeneratorTest
 

A B C D E F G I J K L M N P R S T V W

Copyright © 2008. All Rights Reserved.