Ejemplo n.º 1
0
        public void TimestampとNonceがオーバーライドされている()
        {
            OAuth.OAuthBase oauth = new TestingOAuth( "1281614602", "8715791" );

            Assert.AreEqual( "1281614602", oauth.GenerateTimeStamp() );
            Assert.AreEqual( "8715791", oauth.GenerateNonce() );
        }