Esempio n. 1
0
        public bool IsNegativeTest08(short value)
        {
            bool result = SignedIntegralNumberTestingExtension.IsNegative(value);

            return(result);
            // TODO: add assertions to method SignedIntegralNumberTestingExtensionTests.IsNegativeTest08(Int16)
        }
Esempio n. 2
0
        public bool IsNegativeTest07(sbyte?value)
        {
            bool result = SignedIntegralNumberTestingExtension.IsNegative(value);

            return(result);
            // TODO: add assertions to method SignedIntegralNumberTestingExtensionTests.IsNegativeTest07(Nullable`1<SByte>)
        }
Esempio n. 3
0
        public bool IsNegativeTest(decimal value)
        {
            bool result = SignedIntegralNumberTestingExtension.IsNegative(value);

            return(result);
            // TODO: add assertions to method SignedIntegralNumberTestingExtensionTests.IsNegativeTest(Decimal)
        }
Esempio n. 4
0
        public bool IsPositiveTest09(short?value)
        {
            bool result = SignedIntegralNumberTestingExtension.IsPositive(value);

            return(result);
            // TODO: add assertions to method SignedIntegralNumberTestingExtensionTests.IsPositiveTest09(Nullable`1<Int16>)
        }
Esempio n. 5
0
        public bool IsPositiveTest06(sbyte value)
        {
            bool result = SignedIntegralNumberTestingExtension.IsPositive(value);

            return(result);
            // TODO: add assertions to method SignedIntegralNumberTestingExtensionTests.IsPositiveTest06(SByte)
        }