Java Doc for StoreTest.java in  » Database-ORM » smyle » drjava » smyle » tests » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database ORM » smyle » drjava.smyle.tests 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


drjava.smyle.tests.StoreTestBase
   drjava.smyle.tests.StoreTest

StoreTest
public class StoreTest extends StoreTestBase (Code)

Inner Class :class SnapshotKeeper extends Thread

Field Summary
 DataTypesdt
    

Constructor Summary
public  StoreTest(String name)
    

Method Summary
 voidassertIteratorFails(Iterator<Person> it)
    
 voidassertSnapshotDisabled()
    
 voidassertTableIsImmutable(Table table, Class exceptionType, String messageSubstring)
    
public static  Testsuite(Factory<Store> storeCreator, Factory<Store> storeOpener, boolean canRotate)
    
public static  TestSuitesuite()
    
public  voidtestAddAll()
    
public  voidtestAutoIncrement()
    
public  voidtestAutoIncrementOnExistingTable()
    
public  voidtestCommitAndContinue()
    
public  voidtestDataTypesFilter()
    
public  voidtestEmptyTable()
    
public  voidtestFailSafeIterators()
    
public  voidtestFilter()
    
public  voidtestForgetImmutableSnapshot()
    
public  voidtestFullUnicodeRange()
    
public  voidtestGetOrCreate()
    
public  voidtestGetTableTwice()
    
public  voidtestImmutableSnapshot()
    
public  voidtestIndexOf()
    
public  voidtestInterleavedWrites()
    
public  voidtestIterator()
    
public  voidtestIteratorNoticesReplacedElements()
    
public  voidtestIteratorRemove()
    
public  voidtestNestedWrites()
    
public  voidtestNullElement()
    
public  voidtestOnlyOneMutableSnapshotPerThread()
    
public  voidtestOptimize()
    
public  voidtestOrderByInt()
    
public  voidtestOrderByLong()
    
public  voidtestOrderByReverse()
    
public  voidtestOrderByString()
    
public  voidtestOrderByTwoFields()
    
public  voidtestPut()
    
public  voidtestRemoveAllFilter()
    
public  voidtestRemoveRotate()
    
public  voidtestRemoveRotate2()
    
public  voidtestRetrieveSchema()
    
public  voidtestRotateRemove2()
    
public  voidtestRotateWithoutCommitEqualsRollback()
    
public  voidtestSEAddingFieldsOK()
    
public  voidtestSEAddingManyFieldsOK()
    
public  voidtestSECompletelyDifferentSchema()
    
public  voidtestSEEmptyTableConvertsToAnySchema()
    
public  voidtestSEImpairedViewReadOnly()
    
public  voidtestSENested()
    
public  voidtestSERecursive()
    
public  voidtestSEReorderedDataTypes()
    
public  voidtestSet()
    
public  voidtestSnapshotDisabledAfterCommit()
    
public  voidtestSnapshotDisabledAfterForget()
    
public  voidtestSnapshotsAreIsolated()
    
public  voidtestStoreDisabledAfterClose()
    
public  voidtestStoreOneElement()
    
public  voidtestStoreOneElementCommit()
    
public  voidtestStoreOneElementRotate()
    
public  voidtestStoreTwoElements()
    
public  voidtestTwoTablesRotate()
    
public  voidtestTwoThreadsWaitingForWriteLock()
    
public  voidtestUniqueValueCounts()
    
public  voidtestUniqueValueCountsInt()
    
public  voidtestUniqueValues()
    
public  voidtestWriteLockTimeout()
    
public  voidtestWrongElementClass()
    

Field Detail
dt
DataTypes dt(Code)




Constructor Detail
StoreTest
public StoreTest(String name)(Code)




Method Detail
assertIteratorFails
void assertIteratorFails(Iterator<Person> it)(Code)



assertSnapshotDisabled
void assertSnapshotDisabled() throws Exception(Code)



assertTableIsImmutable
void assertTableIsImmutable(Table table, Class exceptionType, String messageSubstring)(Code)



suite
public static Test suite(Factory<Store> storeCreator, Factory<Store> storeOpener, boolean canRotate)(Code)



suite
public static TestSuite suite()(Code)



testAddAll
public void testAddAll() throws Exception(Code)



testAutoIncrement
public void testAutoIncrement() throws Exception(Code)



testAutoIncrementOnExistingTable
public void testAutoIncrementOnExistingTable() throws Exception(Code)



testCommitAndContinue
public void testCommitAndContinue() throws Exception(Code)



testDataTypesFilter
public void testDataTypesFilter() throws Exception(Code)



testEmptyTable
public void testEmptyTable() throws Exception(Code)



testFailSafeIterators
public void testFailSafeIterators() throws Exception(Code)



testFilter
public void testFilter() throws Exception(Code)



testForgetImmutableSnapshot
public void testForgetImmutableSnapshot() throws Exception(Code)



testFullUnicodeRange
public void testFullUnicodeRange() throws Exception(Code)



testGetOrCreate
public void testGetOrCreate() throws Exception(Code)



testGetTableTwice
public void testGetTableTwice() throws Exception(Code)



testImmutableSnapshot
public void testImmutableSnapshot() throws Exception(Code)



testIndexOf
public void testIndexOf() throws Exception(Code)



testInterleavedWrites
public void testInterleavedWrites() throws Exception(Code)



testIterator
public void testIterator() throws Exception(Code)



testIteratorNoticesReplacedElements
public void testIteratorNoticesReplacedElements() throws Exception(Code)



testIteratorRemove
public void testIteratorRemove() throws Exception(Code)



testNestedWrites
public void testNestedWrites() throws Exception(Code)



testNullElement
public void testNullElement() throws Exception(Code)



testOnlyOneMutableSnapshotPerThread
public void testOnlyOneMutableSnapshotPerThread() throws Exception(Code)



testOptimize
public void testOptimize() throws Exception(Code)



testOrderByInt
public void testOrderByInt() throws Exception(Code)



testOrderByLong
public void testOrderByLong() throws Exception(Code)



testOrderByReverse
public void testOrderByReverse() throws Exception(Code)



testOrderByString
public void testOrderByString() throws Exception(Code)



testOrderByTwoFields
public void testOrderByTwoFields() throws Exception(Code)



testPut
public void testPut() throws Exception(Code)



testRemoveAllFilter
public void testRemoveAllFilter() throws Exception(Code)



testRemoveRotate
public void testRemoveRotate() throws Exception(Code)



testRemoveRotate2
public void testRemoveRotate2() throws Exception(Code)



testRetrieveSchema
public void testRetrieveSchema() throws Exception(Code)



testRotateRemove2
public void testRotateRemove2() throws Exception(Code)



testRotateWithoutCommitEqualsRollback
public void testRotateWithoutCommitEqualsRollback() throws Exception(Code)



testSEAddingFieldsOK
public void testSEAddingFieldsOK() throws Exception(Code)



testSEAddingManyFieldsOK
public void testSEAddingManyFieldsOK() throws Exception(Code)



testSECompletelyDifferentSchema
public void testSECompletelyDifferentSchema() throws Exception(Code)



testSEEmptyTableConvertsToAnySchema
public void testSEEmptyTableConvertsToAnySchema() throws Exception(Code)



testSEImpairedViewReadOnly
public void testSEImpairedViewReadOnly() throws Exception(Code)



testSENested
public void testSENested() throws Exception(Code)



testSERecursive
public void testSERecursive() throws Exception(Code)



testSEReorderedDataTypes
public void testSEReorderedDataTypes() throws Exception(Code)



testSet
public void testSet() throws Exception(Code)



testSnapshotDisabledAfterCommit
public void testSnapshotDisabledAfterCommit() throws Exception(Code)



testSnapshotDisabledAfterForget
public void testSnapshotDisabledAfterForget() throws Exception(Code)



testSnapshotsAreIsolated
public void testSnapshotsAreIsolated() throws Exception(Code)



testStoreDisabledAfterClose
public void testStoreDisabledAfterClose() throws Exception(Code)



testStoreOneElement
public void testStoreOneElement() throws Exception(Code)



testStoreOneElementCommit
public void testStoreOneElementCommit() throws Exception(Code)



testStoreOneElementRotate
public void testStoreOneElementRotate() throws Exception(Code)



testStoreTwoElements
public void testStoreTwoElements() throws Exception(Code)



testTwoTablesRotate
public void testTwoTablesRotate() throws Exception(Code)



testTwoThreadsWaitingForWriteLock
public void testTwoThreadsWaitingForWriteLock() throws Exception(Code)



testUniqueValueCounts
public void testUniqueValueCounts() throws Exception(Code)



testUniqueValueCountsInt
public void testUniqueValueCountsInt() throws Exception(Code)



testUniqueValues
public void testUniqueValues() throws Exception(Code)



testWriteLockTimeout
public void testWriteLockTimeout() throws Exception(Code)



testWrongElementClass
public void testWrongElementClass() throws Exception(Code)



Fields inherited from drjava.smyle.tests.StoreTestBase
boolean canRotate(Code)(Java Doc)
Song constantSorrow(Code)(Java Doc)
final static boolean debug(Code)(Java Doc)
Person johnannejaneoldJohn(Code)(Java Doc)
final static int malefemale(Code)(Java Doc)
Snapshot snapshot(Code)(Java Doc)
Store store(Code)(Java Doc)
Factory<Store> storeCreatorstoreOpener(Code)(Java Doc)
Table<Person> table(Code)(Java Doc)

Methods inherited from drjava.smyle.tests.StoreTestBase
void commitAndGetNewSnapshot() throws Exception(Code)(Java Doc)
void commitAndRotate() throws Exception(Code)(Java Doc)
void createStore(boolean wipe) throws Exception(Code)(Java Doc)
void getNewSnapshot() throws Exception(Code)(Java Doc)
public void init(Factory<Store> storeCreator, Factory<Store> storeOpener, boolean canRotate)(Code)(Java Doc)
void rotate() throws Exception(Code)(Java Doc)
public void setUp() throws Exception(Code)(Java Doc)
public void tearDown() throws Exception(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.