Exemple #1
0
        public void FaxRestrictionTable_ErrorResponse_Null()
        {
            ClassOfService oCos = new ClassOfService(_mockServer);

            RestrictionTable oTable = oCos.FaxRestrictionTable(true);

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