Class

gov.nasa.jpl.magicdraw.projectUsageIntegrity.test

Copy_SSCAEProjectUsageIntegrity_profile

Related Doc: package test

Permalink

class Copy_SSCAEProjectUsageIntegrity_profile extends AbstractSSCAETest

Linear Supertypes
AbstractSSCAETest, MagicDrawTestCase, NamedTestCase, TestCase, Test, Assert, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Copy_SSCAEProjectUsageIntegrity_profile
  2. AbstractSSCAETest
  3. MagicDrawTestCase
  4. NamedTestCase
  5. TestCase
  6. Test
  7. Assert
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Copy_SSCAEProjectUsageIntegrity_profile()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def checkEmptyAnnotationsExceptProjectModelMD5ChecksumsOrDescribeThem(buff: StringBuffer, prefix: String, annotations: Set[Annotation]): Boolean

    Permalink
  6. def checkEmptyAnnotationsExceptUnloadedModulesOrDescribeThem(buff: StringBuffer, prefix: String, annotations: Set[Annotation], isTemplate: Boolean): Boolean

    Permalink
  7. def checkEmptyAnnotationsOrDescribeThem(buff: StringBuffer, prefix: String, annotations: Set[Annotation]): Boolean

    Permalink
  8. def checkMemoryLeaks(): Unit

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def closeAllProjects(): Unit

    Permalink
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  11. def closeProject(arg0: Project): Unit

    Permalink
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  12. def countTestCases(): Int

    Permalink
    Definition Classes
    TestCase → Test
  13. def createProject(templateFile: File, projectFile: File): Project

    Permalink
  14. def createProjectComparator(arg0: String): ProjectsComparator

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  15. def createResult(): TestResult

    Permalink
    Attributes
    protected[junit.framework]
    Definition Classes
    TestCase
  16. def describe(a: NMAction): String

    Permalink
  17. def describe(a: Annotation): String

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getLogger(): Logger

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  23. def getName(): String

    Permalink
    Definition Classes
    TestCase
  24. def getRequiredPlugins(): List[String]

    Permalink
    Attributes
    protected[gov.nasa.jpl.magicdraw.projectUsageIntegrity.test]
    Definition Classes
    AbstractSSCAETest → MagicDrawTestCase
  25. def getRequiredPluginsDescription(): String

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. def isDoNotUseSilentMode(): Boolean

    Permalink
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  28. def isFailed(): Boolean

    Permalink
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def isMemoryTestReady(): Boolean

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  31. def isRequiredPluginsLoaded(): Boolean

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def openProject(projectFile: String): Project

    Permalink
    Attributes
    protected[gov.nasa.jpl.magicdraw.projectUsageIntegrity.test]
    Definition Classes
    AbstractSSCAETest → MagicDrawTestCase
  36. def openProject(arg0: String, arg1: Boolean): Project

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  37. def process(pp: IProject, checkForRepairs: Boolean, annotations: Set[Annotation], message: String, description: String): Boolean

    Permalink
  38. def run(): TestResult

    Permalink
    Definition Classes
    TestCase
  39. def runBare(): Unit

    Permalink
    Definition Classes
    TestCase
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def runSSCAEValidationAndRepairs(project: Project, message: String): Unit

    Permalink
    Definition Classes
    AbstractSSCAETest
  41. def runSSCAEValidationAndRepairsForMagicDrawSSPs(project: Project, message: String): Unit

    Permalink
    Definition Classes
    AbstractSSCAETest
  42. def saveProject(arg0: Project, arg1: File): Unit

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  43. def setDoNotUseSilentMode(arg0: Boolean): Unit

    Permalink
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  44. def setMemoryTestReady(arg0: Boolean): Unit

    Permalink
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  45. def setName(arg0: String): Unit

    Permalink
    Definition Classes
    TestCase
  46. def setRunOnEventDispatcher(arg0: Boolean): Unit

    Permalink
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  47. def setSkipMemoryTest(arg0: Boolean): Unit

    Permalink
    Definition Classes
    MagicDrawTestCase
    Annotations
    @OpenApi()
  48. def setUpTest(): Unit

    Permalink
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  50. def tearDownTest(): Unit

    Permalink
  51. def test_copy_SSCAEProjectUsageIntegrity_profile(): Unit

    Permalink
  52. def toString(): String

    Permalink
    Definition Classes
    TestCase → AnyRef → Any
  53. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def compareProjects(arg0: Project, arg1: Project, arg2: Boolean): Unit

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase
    Annotations
    @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def createProject(): Project

    Permalink
    Definition Classes
    MagicDrawTestCase
    Annotations
    @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def doRunTest(): Unit

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def getArtifactDir(): File

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase
    Annotations
    @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def getFileInDir(arg0: File, arg1: String): File

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase
    Annotations
    @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def getFullTestName(): String

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    NamedTestCase
    Annotations
    @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. final def getMethodName(): String

    Permalink
    Definition Classes
    NamedTestCase
    Annotations
    @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def getTestName(): String

    Permalink
    Definition Classes
    NamedTestCase
    Annotations
    @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def getTestNamePrefix(): String

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    NamedTestCase
    Annotations
    @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def isOverridingTestName(): Boolean

    Permalink
    Definition Classes
    NamedTestCase
    Annotations
    @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def isSkipMemoryTest(): Boolean

    Permalink
    Definition Classes
    MagicDrawTestCase
    Annotations
    @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def run(arg0: TestResult): Unit

    Permalink
    Definition Classes
    MagicDrawTestCase → TestCase → Test
    Annotations
    @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. final def runTest(): Unit

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase → NamedTestCase → TestCase
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. def saveProject(arg0: Project, arg1: String): Unit

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase
    Annotations
    @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  15. def setMethodName(arg0: String): Unit

    Permalink
    Definition Classes
    NamedTestCase
    Annotations
    @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  16. def setRunOnEventDispather(arg0: Boolean): Unit

    Permalink
    Definition Classes
    MagicDrawTestCase
    Annotations
    @Deprecated @OpenApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  17. def setTestName(arg0: String): Unit

    Permalink
    Definition Classes
    NamedTestCase
    Annotations
    @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  18. final def setUp(): Unit

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase → TestCase
    Annotations
    @throws( classOf[java.lang.Exception] ) @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  19. def startMagicDraw(): Unit

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase
    Annotations
    @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  20. final def tearDown(): Unit

    Permalink
    Attributes
    protected[com.nomagic.magicdraw.tests]
    Definition Classes
    MagicDrawTestCase → TestCase
    Annotations
    @throws( classOf[java.lang.Exception] ) @Deprecated @InternalApi() @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AbstractSSCAETest

Inherited from MagicDrawTestCase

Inherited from NamedTestCase

Inherited from TestCase

Inherited from Test

Inherited from Assert

Inherited from AnyRef

Inherited from Any

Ungrouped