org.eclipse.gmt.modisco.infra.facet.tests
Class FacetTests

java.lang.Object
  extended by org.eclipse.gmt.modisco.infra.facet.tests.FacetTests

public class FacetTests
extends java.lang.Object

Author:
Gregoire DUPE

Field Summary
static java.lang.String FILE_EXT
           
static java.lang.String QUERY_EXT
           
 
Constructor Summary
FacetTests()
           
 
Method Summary
 void bug301692()
          
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_EXT

public static final java.lang.String FILE_EXT
See Also:
Constant Field Values

QUERY_EXT

public static final java.lang.String QUERY_EXT
See Also:
Constant Field Values
Constructor Detail

FacetTests

public FacetTests()
Method Detail

test001

Throws:
java.lang.Exception

test002

Throws:
java.lang.Exception

test003

To check if the references to the a meta-model are updated when the corresponding ecore file is reloaded

Throws:
CoreException
java.io.IOException
java.lang.InterruptedException
java.lang.Exception

wrongName

Throws:
java.lang.Exception

wrongIsAbstract

Throws:
java.lang.Exception

wrongAttrChangeable

public void wrongAttrChangeable()
                         throws java.lang.Exception
Throws:
java.lang.Exception

wrongAttrDerived

public void wrongAttrDerived()
                      throws java.lang.Exception
Throws:
java.lang.Exception

wrongAttrVolatile

public void wrongAttrVolatile()
                       throws java.lang.Exception
Throws:
java.lang.Exception

wrongAttrUnsettable

public void wrongAttrUnsettable()
                         throws java.lang.Exception
Throws:
java.lang.Exception

wrongRefChangeable

public void wrongRefChangeable()
                        throws java.lang.Exception
Throws:
java.lang.Exception

wrongRefDerived

public void wrongRefDerived()
                     throws java.lang.Exception
Throws:
java.lang.Exception

wrongRefVolatile

public void wrongRefVolatile()
                      throws java.lang.Exception
Throws:
java.lang.Exception

wrongRefContainment

public void wrongRefContainment()
                         throws java.lang.Exception
Throws:
java.lang.Exception

wrongRefUnsettable

public void wrongRefUnsettable()
                        throws java.lang.Exception
Throws:
java.lang.Exception

wrongNbOfSuperType

Throws:
java.lang.Exception

emptyNsURI

Throws:
java.lang.Exception

emptyNsPrefix

Throws:
java.lang.Exception

emptyExtendedPackages

Throws:
java.lang.Exception

compo

Throws:
java.lang.Exception

bug301692


bug305688

Throws:
java.lang.Exception

bug307715

Throws:
CoreException
java.io.IOException

bug307715v2

Detects the problem only when it is launch in a clean workspace and without any other tests before.

Throws:
CoreException
java.io.IOException
java.lang.InterruptedException

bug304798

Throws:
java.lang.Exception

bug308614

Throws:
java.lang.Exception

bug308947

Throws:
CoreException
java.io.IOException
java.lang.InterruptedException

bug309657

Throws:
java.lang.Exception

bug309990

Check that when we change the nsURI of an Ecore file the old nsURI is removed from the EPackage.Registry. Check that when we remove an ecore file the corresponding EPackage is removed from the EPackage.Registry

Throws:
java.lang.Exception

bug310279

Bug 310279 - Only 1 listener works per referenced resource

Throws:
java.lang.Exception

bug310279_3

Bug 310279 - Only 1 listener works per referenced resource

Throws:
java.lang.Exception

bug311684

Bug 311684 - dependencies not revalidated when replacing a workspace query by a registered one

Throws:
java.lang.Exception