Test.BEncodingTest.testLong C# (CSharp) Méthode

testLong() private méthode

private testLong ( ) : void
Résultat void
        public void testLong()
        {
            doTestLong(0);
              doTestLong(-1);
              doTestLong(Int32.MinValue);
              doTestLong(Int32.MaxValue);
              doTestLong(Int64.MinValue);
              doTestLong(Int64.MaxValue);
        }