SysML

Uses of Interface
org.topcased.sysml.TestCase

Packages that use TestCase
org.topcased.modeler.sysml.requirementdiagram   
org.topcased.modeler.sysml.util   
org.topcased.sysml   
org.topcased.sysml.impl   
org.topcased.sysml.tests   
org.topcased.sysml.tools.operations   
org.topcased.sysml.util   
 

Uses of TestCase in org.topcased.modeler.sysml.requirementdiagram
 

Methods in org.topcased.modeler.sysml.requirementdiagram that return TestCase
protected  TestCase RequirementCreationUtils.createModelObjectTestCase(TestCase element)
           
 

Methods in org.topcased.modeler.sysml.requirementdiagram with parameters of type TestCase
protected  GraphElement RequirementCreationUtils.createGraphElementTestCase(TestCase element, java.lang.String presentation)
           
protected  TestCase RequirementCreationUtils.createModelObjectTestCase(TestCase element)
           
 

Uses of TestCase in org.topcased.modeler.sysml.util
 

Methods in org.topcased.modeler.sysml.util with parameters of type TestCase
 java.lang.Object ExactSysMLSwitch.caseTestCase(TestCase object)
          Returns the result of interpretting the object as an exact instance of 'Test Case'
 

Uses of TestCase in org.topcased.sysml
 

Methods in org.topcased.sysml that return TestCase
 TestCase SysMLFactory.createTestCase()
          Returns a new object of class 'Test Case'.
 

Methods in org.topcased.sysml that return types with arguments of type TestCase
 EList<TestCase> PackageSYSML.getOwnedTestCase()
          Returns the value of the 'Owned Test Case' containment reference list.
 EList<TestCase> Requirement.getVerifiedBy()
          Returns the value of the 'Verified By' reference list.
 

Uses of TestCase in org.topcased.sysml.impl
 

Classes in org.topcased.sysml.impl that implement TestCase
 class TestCaseImpl
          An implementation of the model object ' < ?
 

Fields in org.topcased.sysml.impl with type parameters of type TestCase
protected  EList<TestCase> PackageSYSMLImpl.ownedTestCase
          The cached value of the 'Owned Test Case' containment reference list
 

Methods in org.topcased.sysml.impl that return TestCase
 TestCase SysMLFactoryImpl.createTestCase()
           
 

Methods in org.topcased.sysml.impl that return types with arguments of type TestCase
 EList<TestCase> PackageSYSMLImpl.getOwnedTestCase()
           
 

Uses of TestCase in org.topcased.sysml.tests
 

Fields in org.topcased.sysml.tests declared as TestCase
protected  TestCase TestCaseTest.fixture
          The fixture for this Test Case test case
 

Methods in org.topcased.sysml.tests that return TestCase
protected  TestCase TestCaseTest.getFixture()
          Returns the fixture for this Test Case test case
 

Methods in org.topcased.sysml.tests with parameters of type TestCase
protected  void TestCaseTest.setFixture(TestCase fixture)
          Sets the fixture for this Test Case test case
 

Uses of TestCase in org.topcased.sysml.tools.operations
 

Methods in org.topcased.sysml.tools.operations with parameters of type TestCase
static Verify TestCaseCoverOperations.addCoveringTestCase(Requirement requirement, TestCase testcase)
          Add a test case to the test cases verifying a requirement (i.e add a verify link between the test case and the requirement)
static java.util.List<?> TestCaseCoverOperations.getVerifyLinks(Requirement requirement, TestCase testcase)
          Returns all the verify links that match a test case to a requirement.
static void TestCaseCoverOperations.removeCoveringTestCase(Requirement requirement, TestCase testcase)
          Remove a test case from the test cases verifying a requirement (i.e remove the verify links between the test case and the requirement)
 

Uses of TestCase in org.topcased.sysml.util
 

Methods in org.topcased.sysml.util with parameters of type TestCase
 T SysMLSwitch.caseTestCase(TestCase object)
          Returns the result of interpretting the object as an instance of 'Test Case'
 


SysML

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.