Exemple #1
0
        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");
        }