Uses of Class
org.umlg.componenttest.ValidationTest
Packages that use ValidationTest
-
Uses of ValidationTest in org.umlg.componenttest
Methods in org.umlg.componenttest that return types with arguments of type ValidationTestModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends ValidationTest>ValidationTest.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends ValidationTest>ValidationTest.allInstances(org.umlg.runtime.collection.Filter filter) -
Uses of ValidationTest in org.umlg.concretetest
Methods in org.umlg.concretetest that return types with arguments of type ValidationTestModifier and TypeMethodDescriptionorg.umlg.runtime.collection.UmlgSet<ValidationTest>God.getValidationTest()Methods in org.umlg.concretetest with parameters of type ValidationTestModifier and TypeMethodDescriptionvoidGod.addToValidationTest(ValidationTest validationTest)voidGod.addToValidationTestIgnoreInverse(ValidationTest validationTest)voidGod.removeFromValidationTest(ValidationTest validationTest)Method parameters in org.umlg.concretetest with type arguments of type ValidationTestModifier and TypeMethodDescriptionvoidGod.addToValidationTest(org.umlg.runtime.collection.UmlgSet<ValidationTest> validationTest)voidGod.removeFromValidationTest(org.umlg.runtime.collection.UmlgSet<ValidationTest> validationTest)voidGod.setValidationTest(org.umlg.runtime.collection.UmlgSet<ValidationTest> validationTest)