示例#1
0
 public void SerializeAndDeserialize()
 {
     FastDataTableTestHelper.TestSerializationIsFastAndCorrect <FastZWDataTable>(25, 30, (t) =>
                                                                                 t.AddCrossSectionZWRow(
                                                                                     random.NextDouble(),
                                                                                     random.NextDouble(),
                                                                                     random.NextDouble()));
 }
示例#2
0
 public void SerializationOfNormalTable()
 {
     FastDataTableTestHelper.TestSerializationIsFastAndCorrect <CrossSectionDataSet.CrossSectionYZDataTable>(20, 30,
                                                                                                             (t) =>
                                                                                                             t.AddCrossSectionYZRow(
                                                                                                                 random.NextDouble(),
                                                                                                                 random.NextDouble(),
                                                                                                                 random.NextDouble()));
 }