Class HutnAcceptanceTest
- java.lang.Object
-
- org.eclipse.epsilon.hutn.test.model.HutnTestWithFamiliesMetaModel
-
- org.eclipse.epsilon.hutn.test.acceptance.util.HutnAcceptanceTest
-
- Direct Known Subclasses:
Adjectives
,AssociationBlock
,Associations
,CaseInsensitiveSpec
,ClassifierLevelAttributePrecedence
,ClassifierLevelAttributes
,Comments
,Containment
,ContainmentAnonymous
,ContainmentEmpty
,ContainmentRepeatedFeatureName
,DefaultValue
,DifferentFile
,DoublesAndFloats
,EmptyString
,Enumerations
,ExternalObjectReference
,ExternalObjectReferenceRelative
,HutnUmlAcceptanceTest
,InferEmptyInstanceForRequiredReference
,Inference
,InfixAssociation
,NullValues
,ObjectShorthands
,Simple
,SpecOnly
,StringContainingQuotes
,TwoMetamodels
public abstract class HutnAcceptanceTest extends HutnTestWithFamiliesMetaModel
-
-
Field Summary
Fields Modifier and Type Field Description protected static ModelWithEolAssertions
model
-
Fields inherited from class org.eclipse.epsilon.hutn.test.model.HutnTestWithFamiliesMetaModel
BANK_ACCOUNTS_MODEL_URI, CONFIG_FILE
-
-
Constructor Summary
Constructors Constructor Description HutnAcceptanceTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
disposeModel()
protected static ModelWithEolAssertions
generateModel(File hutnSource)
protected static ModelWithEolAssertions
generateModel(String hutn)
protected static ModelWithEolAssertions
generateModel(String hutn, String path)
-
Methods inherited from class org.eclipse.epsilon.hutn.test.model.HutnTestWithFamiliesMetaModel
families, registerMetaModels, unregisterMetaModels
-
-
-
-
Field Detail
-
model
protected static ModelWithEolAssertions model
-
-
Method Detail
-
generateModel
protected static ModelWithEolAssertions generateModel(String hutn) throws Exception
- Throws:
Exception
-
generateModel
protected static ModelWithEolAssertions generateModel(String hutn, String path) throws Exception
- Throws:
Exception
-
generateModel
protected static ModelWithEolAssertions generateModel(File hutnSource) throws Exception
- Throws:
Exception
-
disposeModel
public static void disposeModel()
-
-