Module test_views

Source
Expand description

Some Views that are easy to use with test cases.

Structs§

TestBucketQueueView
Wrapper to test with a BucketQueueView.
TestCollectionView
Wrapper to test with a CollectionView.
TestLogView
Wrapper to test with a LogView.
TestMapView
Wrapper to test with a MapView.
TestQueueView
Wrapper to test with a QueueView.
TestRegisterView
Wrapper to test with a RegisterView.
TestSetView
Wrapper to test with a SetView.

Traits§

TestView
A View to be used in test cases.