コード例 #1
0
        public void Allocation_GetKeyType()
        {
            Allocation alloc = AllocationsTools.GetAllocation();

            Assert.AreEqual(TimeSeriesKeyType.Allocation, alloc.GetKeyType());
        }