Documentation ¶
Index ¶
- func RunStoreSuite(t *testing.T, creator StoreCreator)
- type StoreCreator
- type StoreSuite
- func (s *StoreSuite) SetupSuite()
- func (s *StoreSuite) SetupTest()
- func (s *StoreSuite) TearDownTest()
- func (s *StoreSuite) TestCheckpointBlankName()
- func (s *StoreSuite) TestCheckpointCanBeUpdated()
- func (s *StoreSuite) TestCheckpointStoresAndRetrieves()
- func (s *StoreSuite) TestCheckpointWithClosedStore()
- func (s *StoreSuite) TestCreateExecution()
- func (s *StoreSuite) TestDeleteExecutionDoesntExist()
- func (s *StoreSuite) TestGetCheckpointBlankName()
- func (s *StoreSuite) TestGetCheckpointReturnsZeroForNonExistent()
- func (s *StoreSuite) TestGetExecutionCount()
- func (s *StoreSuite) TestGetExecutionEventsDoesntExist()
- func (s *StoreSuite) TestMultipleCheckpointsCoexist()
- func (s *StoreSuite) TestUpdateExecution()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunStoreSuite ¶
func RunStoreSuite(t *testing.T, creator StoreCreator)
Types ¶
type StoreCreator ¶
type StoreSuite ¶
func (*StoreSuite) SetupSuite ¶
func (s *StoreSuite) SetupSuite()
func (*StoreSuite) SetupTest ¶
func (s *StoreSuite) SetupTest()
func (*StoreSuite) TearDownTest ¶
func (s *StoreSuite) TearDownTest()
func (*StoreSuite) TestCheckpointBlankName ¶ added in v1.6.0
func (s *StoreSuite) TestCheckpointBlankName()
func (*StoreSuite) TestCheckpointCanBeUpdated ¶ added in v1.6.0
func (s *StoreSuite) TestCheckpointCanBeUpdated()
func (*StoreSuite) TestCheckpointStoresAndRetrieves ¶ added in v1.6.0
func (s *StoreSuite) TestCheckpointStoresAndRetrieves()
func (*StoreSuite) TestCheckpointWithClosedStore ¶ added in v1.6.0
func (s *StoreSuite) TestCheckpointWithClosedStore()
func (*StoreSuite) TestCreateExecution ¶
func (s *StoreSuite) TestCreateExecution()
func (*StoreSuite) TestDeleteExecutionDoesntExist ¶
func (s *StoreSuite) TestDeleteExecutionDoesntExist()
func (*StoreSuite) TestGetCheckpointBlankName ¶ added in v1.6.0
func (s *StoreSuite) TestGetCheckpointBlankName()
func (*StoreSuite) TestGetCheckpointReturnsZeroForNonExistent ¶ added in v1.6.0
func (s *StoreSuite) TestGetCheckpointReturnsZeroForNonExistent()
func (*StoreSuite) TestGetExecutionCount ¶
func (s *StoreSuite) TestGetExecutionCount()
func (*StoreSuite) TestGetExecutionEventsDoesntExist ¶ added in v1.5.2
func (s *StoreSuite) TestGetExecutionEventsDoesntExist()
func (*StoreSuite) TestMultipleCheckpointsCoexist ¶ added in v1.6.0
func (s *StoreSuite) TestMultipleCheckpointsCoexist()
func (*StoreSuite) TestUpdateExecution ¶
func (s *StoreSuite) TestUpdateExecution()
Click to show internal directories.
Click to hide internal directories.