- Index
- »
- folio
- »
- FolioTestImpl
type
FolioTestImpl
abstract class FolioTestImpl : Obj
FolioTestImpl plugs a specific Folio implementation into AbstractFolioTest
methods
close |
Close the current database |
---|---|
folio |
Folio instance |
main |
Dump implementations installed |
name |
Implementation name for output |
open |
Open the folio implementation |
supportsFolioX |
Does the implementation support FolioX APIS |
supportsHis |
Does the implementation support the history API |
supportsIdPrefixRename |
Does the implementation support re-opening with different id prefix |
supportsSparkIndex |
Does the implementation support spark index APIs |
supportsTransient |
Does the implementation support transient commits |
teardown |
Close and delete current database |
test |
Current test |
verify | |
verifyCurVerChange |
Verify the current version of Folio is greater than prev. |
verifyCurVerNoChange |
Verify the current version the same as prev. |
verifyDictDis |
Verify Dict.dis |
verifyEq | |
verifyIdDis |
Verify Ref.dis |
verifyNotEq | |
verifyNotSame | |
verifyRecSame |
Verify record a is the same b. |
verifySame |
Slot Details
close
virtual Void close()
Close the current database
folio
Folio folio()
Folio instance
main
static Void main()
Dump implementations installed
name
abstract Str name()
Implementation name for output
open
abstract Folio open(FolioConfig config)
Open the folio implementation
supportsFolioX
virtual Bool supportsFolioX()
Does the implementation support FolioX APIS
supportsHis
virtual Bool supportsHis()
Does the implementation support the history API
supportsIdPrefixRename
virtual Bool supportsIdPrefixRename()
Does the implementation support re-opening with different id prefix
supportsSparkIndex
virtual Bool supportsSparkIndex()
Does the implementation support spark index APIs
supportsTransient
virtual Bool supportsTransient()
Does the implementation support transient commits
teardown
virtual Void teardown()
Close and delete current database
test
AbstractFolioTest test()
Current test