Class ValuedFeatureLabelParserTests
- java.lang.Object
-
- org.eclipse.epsilon.emc.graphml.tests.ValuedFeatureLabelParserTests
-
public class ValuedFeatureLabelParserTests extends Object
-
-
Constructor Summary
Constructors Constructor Description ValuedFeatureLabelParserTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Feature
parse(String s)
void
testMutliplicityAndType()
void
testSimple()
void
testSimpleValue()
void
testTypeOnly()
void
testUnknownType()
void
testUnknownTypeAndMultiplicity()
-
-
-
Method Detail
-
testSimple
public void testSimple()
-
testSimpleValue
public void testSimpleValue()
-
testMutliplicityAndType
public void testMutliplicityAndType()
-
testTypeOnly
public void testTypeOnly()
-
testUnknownType
public void testUnknownType()
-
testUnknownTypeAndMultiplicity
public void testUnknownTypeAndMultiplicity()
-
-