Class TypeMappingConstructsTests
- java.lang.Object
-
- org.eclipse.epsilon.flock.model.domain.typemappings.TypeMappingConstructsTests
-
public class TypeMappingConstructsTests extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeMappingConstructsTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
shouldUseApplicableTypeMappingConstruct()
void
shouldUseDefaultFactoryWhenNoTypeMappingsAreApplicable()
void
shouldUseFirstApplicableTypeMappingConstruct()
void
shouldUseOnlyTheFirstApplicableTypeMappingConstruct()
-
-
-
Method Detail
-
setup
public void setup() throws EolRuntimeException
- Throws:
EolRuntimeException
-
shouldUseApplicableTypeMappingConstruct
public void shouldUseApplicableTypeMappingConstruct() throws EolRuntimeException
- Throws:
EolRuntimeException
-
shouldUseFirstApplicableTypeMappingConstruct
public void shouldUseFirstApplicableTypeMappingConstruct() throws EolRuntimeException
- Throws:
EolRuntimeException
-
shouldUseOnlyTheFirstApplicableTypeMappingConstruct
public void shouldUseOnlyTheFirstApplicableTypeMappingConstruct() throws EolRuntimeException
- Throws:
EolRuntimeException
-
shouldUseDefaultFactoryWhenNoTypeMappingsAreApplicable
public void shouldUseDefaultFactoryWhenNoTypeMappingsAreApplicable() throws EolRuntimeException
- Throws:
EolRuntimeException
-
-