Uses of Class
dev.metaschema.model.testing.testsuite.GenerationCase
Packages that use GenerationCase
Package
Description
Provides generated Metaschema binding classes for module(s): Metaschema Test
Suite.
-
Uses of GenerationCase in dev.metaschema.model.testing.testsuite
Methods in dev.metaschema.model.testing.testsuite that return types with arguments of type GenerationCaseMethods in dev.metaschema.model.testing.testsuite with parameters of type GenerationCaseModifier and TypeMethodDescriptionbooleanGenerateSchema.addGenerationCase(GenerationCase item) Add a newGenerationCaseitem to the underlying collection.booleanGenerateSchema.removeGenerationCase(GenerationCase item) Remove the first matchingGenerationCaseitem from the underlying collection.Method parameters in dev.metaschema.model.testing.testsuite with type arguments of type GenerationCaseModifier and TypeMethodDescriptionvoidGenerateSchema.setGenerationCases(List<GenerationCase> value) Set the generation Case.