Package org.soulwing.s2ks
Class SimpleMetadataTest
- java.lang.Object
-
- org.soulwing.s2ks.SimpleMetadataTest
-
public class SimpleMetadataTest extends java.lang.ObjectUnit tests forSimpleMetadata.- Author:
- Carl Harris
-
-
Constructor Summary
Constructors Constructor Description SimpleMetadataTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCoerceDouble()voidtestCoerceInt()voidtestCoerceLong()voidtestEmpty()voidtestEqualsAndHashCode()voidtestMissingProperty()voidtestSuccessfulBuild()voidtestWithUnsupportedType()voidtestWrongTargetType()
-
-
-
Method Detail
-
testSuccessfulBuild
public void testSuccessfulBuild() throws java.lang.Exception- Throws:
java.lang.Exception
-
testWithUnsupportedType
public void testWithUnsupportedType() throws java.lang.Exception- Throws:
java.lang.Exception
-
testEmpty
public void testEmpty() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCoerceInt
public void testCoerceInt() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCoerceLong
public void testCoerceLong() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCoerceDouble
public void testCoerceDouble() throws java.lang.Exception- Throws:
java.lang.Exception
-
testWrongTargetType
public void testWrongTargetType() throws java.lang.Exception- Throws:
java.lang.Exception
-
testMissingProperty
public void testMissingProperty() throws java.lang.Exception- Throws:
java.lang.Exception
-
testEqualsAndHashCode
public void testEqualsAndHashCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
-