Class PinsetTests
- java.lang.Object
-
- org.eclipse.epsilon.pinset.engine.test.acceptance.PinsetTests
-
- Direct Known Subclasses:
PinsetDummyTests
public class PinsetTests extends Object
-
-
Constructor Summary
Constructors Constructor Description PinsetTests()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
assertEquivalent(PinsetModule module)
protected File
getFile(String fileName)
protected String
getFullPath(String path)
protected static String
getFullPath(String path, Class<?> currentClass)
protected EmfModel
loadModel(String name, String modelFile, String metamodelUri, boolean read, boolean store)
protected static void
registerMetamodel(String path, Class<?> currentClass)
-
-
-
Method Detail
-
loadModel
protected EmfModel loadModel(String name, String modelFile, String metamodelUri, boolean read, boolean store) throws Exception
- Throws:
Exception
-
getFile
protected final File getFile(String fileName) throws IOException
- Throws:
IOException
-
getFullPath
protected final String getFullPath(String path) throws IOException
- Throws:
IOException
-
getFullPath
protected static final String getFullPath(String path, Class<?> currentClass) throws IOException
- Throws:
IOException
-
registerMetamodel
protected static final void registerMetamodel(String path, Class<?> currentClass) throws Exception
- Throws:
Exception
-
assertEquivalent
protected void assertEquivalent(PinsetModule module) throws Exception
- Throws:
Exception
-
-