Uses of Class
dev.metaschema.model.testing.testsuite.TestCollection
Packages that use TestCollection
Package
Description
Provides generated Metaschema binding classes for module(s): Metaschema Test
Suite.
-
Uses of TestCollection in dev.metaschema.model.testing.testsuite
Methods in dev.metaschema.model.testing.testsuite that return types with arguments of type TestCollectionMethods in dev.metaschema.model.testing.testsuite with parameters of type TestCollectionModifier and TypeMethodDescriptionbooleanTestSuite.addTestCollection(TestCollection item) Add a newTestCollectionitem to the underlying collection.booleanTestSuite.removeTestCollection(TestCollection item) Remove the first matchingTestCollectionitem from the underlying collection.Method parameters in dev.metaschema.model.testing.testsuite with type arguments of type TestCollectionModifier and TypeMethodDescriptionvoidTestSuite.setTestCollections(List<TestCollection> value) Set the test Collection.