コード例 #1
0
ファイル: CosUnitTest.cs プロジェクト: ItsMoShehab/CUC
        public void TransferRestrictionTable_ErrorResponse_Null()
        {
            ClassOfService   oCos   = new ClassOfService(_mockServer);
            RestrictionTable oTable = oCos.TransferRestrictionTable(true);

            Assert.IsNull(oTable, "Fetching restriction table on empty instance should return null");
        }