Пример #1
0
 public void GetZLayerPosition()
 {
     Assert.AreEqual(ZLayerPosition.Top, ValueGenerator.GetZLayerPosition(ZLayer.T3));
     Assert.AreEqual(ZLayerPosition.Top, ValueGenerator.GetZLayerPosition(ZLayer.T2));
     Assert.AreEqual(ZLayerPosition.Top, ValueGenerator.GetZLayerPosition(ZLayer.T1));
     Assert.AreEqual(ZLayerPosition.Bottom, ValueGenerator.GetZLayerPosition(ZLayer.B1));
     Assert.AreEqual(ZLayerPosition.Bottom, ValueGenerator.GetZLayerPosition(ZLayer.B2));
     Assert.AreEqual(ZLayerPosition.Bottom, ValueGenerator.GetZLayerPosition(ZLayer.B3));
     Assert.AreEqual(ZLayerPosition.Bottom, ValueGenerator.GetZLayerPosition(ZLayer.B4));
 }