Package org.eclipse.epsilon.egl
Class TestTemplateFactory.ResolutionTests
- java.lang.Object
-
- org.eclipse.epsilon.egl.TestTemplateFactory.TemplateFactoryTests
-
- org.eclipse.epsilon.egl.TestTemplateFactory.ResolutionTests
-
- Enclosing class:
- TestTemplateFactory
public static class TestTemplateFactory.ResolutionTests extends TestTemplateFactory.TemplateFactoryTests
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.egl.TestTemplateFactory.TemplateFactoryTests
tf
-
-
Constructor Summary
Constructors Constructor Description ResolutionTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testResolveAbsolute()
void
testResolveRelativeToRoot()
void
testResolveRelativeToRootComplex()
void
testResolveRelativeToTemplateRoot()
void
testResolveRelativeToTemplateRootAbsolute()
void
testResolveRelativeToTemplateRootComplex()
void
testResolveRelativeToTemplateRootWithSlash()
-
Methods inherited from class org.eclipse.epsilon.egl.TestTemplateFactory.TemplateFactoryTests
setUp
-
-
-
-
Method Detail
-
testResolveAbsolute
public void testResolveAbsolute() throws EglRuntimeException, java.net.URISyntaxException
- Throws:
EglRuntimeException
java.net.URISyntaxException
-
testResolveRelativeToRoot
public void testResolveRelativeToRoot() throws EglRuntimeException, java.net.URISyntaxException
- Throws:
EglRuntimeException
java.net.URISyntaxException
-
testResolveRelativeToRootComplex
public void testResolveRelativeToRootComplex() throws EglRuntimeException, java.net.URISyntaxException
- Throws:
EglRuntimeException
java.net.URISyntaxException
-
testResolveRelativeToTemplateRoot
public void testResolveRelativeToTemplateRoot() throws EglRuntimeException, java.net.URISyntaxException
- Throws:
EglRuntimeException
java.net.URISyntaxException
-
testResolveRelativeToTemplateRootWithSlash
public void testResolveRelativeToTemplateRootWithSlash() throws EglRuntimeException, java.net.URISyntaxException
- Throws:
EglRuntimeException
java.net.URISyntaxException
-
testResolveRelativeToTemplateRootComplex
public void testResolveRelativeToTemplateRootComplex() throws EglRuntimeException, java.net.URISyntaxException
- Throws:
EglRuntimeException
java.net.URISyntaxException
-
testResolveRelativeToTemplateRootAbsolute
public void testResolveRelativeToTemplateRootAbsolute() throws EglRuntimeException, java.net.URISyntaxException
- Throws:
EglRuntimeException
java.net.URISyntaxException
-
-