コード例 #1
0
        [Ignore] // placeholder for actual test
        public void NameTest()
        {
            KeyExchangeDiffieHellmanGroup1Sha1 target = new KeyExchangeDiffieHellmanGroup1Sha1(); // TODO: Initialize to an appropriate value
            string actual;

            actual = target.Name;
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
コード例 #2
0
        protected override void OnInit()
        {
            base.OnInit();

            _group1 = new KeyExchangeDiffieHellmanGroup1Sha1();
        }
コード例 #3
0
        [Ignore] // placeholder for actual test
        public void KeyExchangeDiffieHellmanGroup1Sha1ConstructorTest()
        {
            KeyExchangeDiffieHellmanGroup1Sha1 target = new KeyExchangeDiffieHellmanGroup1Sha1();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }