| org.geotools.caching.MarshallerTest
MarshallerTest | public class MarshallerTest extends TestCase (Code) | | |
Method Summary | |
public static Test | suite() | public void | testMarshall() Marshall and unmarshall a DefaultFeature, and test for equality with the result. | public void | ztestComplexMarshall() Same as testMarshall, but uses complex representation of DefaultFeature. | public void | ztestMarshallTime() Disabled test to mesure time to marshall/unmarshall features. |
suite | public static Test suite()(Code) | | |
ztestMarshallTime | public void ztestMarshallTime()(Code) | | Disabled test to mesure time to marshall/unmarshall features.
Test results on my PC :
- 0.8 ms per feature for a marshall/unmarshall cycle
- 0.2 ms per feature for marshalling only
|
|
|