コード例 #1
0
        public void TestGetDoubleTypeDataType()
        {
            DataTypesFactory dataTypesFactory = GetDataTypesFactory();
            DoubleType       doubleType       = DoubleType.GetDoubleType();

            Assert.AreEqual(doubleType, dataTypesFactory.GetDataType(TypesKeyConstants.DoubleTypeKey));
        }
コード例 #2
0
 public void SetDataFormatManager(string dataFormatManagerVersion)
 {
     IntType.GetIntType().SetDataFormatManager(DataFormatFactory.GetDataFormatFactory().GetSaveDataFormatManager(SaveDataFormatVersions.NothingToDoDataFormatManagerVersion));
     DoubleType.GetDoubleType().SetDataFormatManager(DataFormatFactory.GetDataFormatFactory().GetSaveDataFormatManager(SaveDataFormatVersions.NothingToDoDataFormatManagerVersion));
     StringType.GetStringType().SetDataFormatManager(DataFormatFactory.GetDataFormatFactory().GetSaveDataFormatManager(dataFormatManagerVersion));
 }